# June 2026

> June 2026 release notes for ScreenPlay in Automation Cloud.

## June 24, 2026

### SecureString and ScreenPlayImage support in coded workflows

ScreenPlay coded workflows now handle two additional argument types: `SecureString`, for passing sensitive string values without exposing them in plain text, and `ScreenPlayImage`, for including a screenshot directly in the ScreenPlay prompt to give the model additional visual context. Previously, coded workflows had no native handling for these types; this change brings them to parity with low-code workflows.

### Distributed tracing SpanId

ScreenPlay now adds an `X-UIPATH-SEMANTIC-SPAN-ID` header to the HTTP calls it makes to backend services, such as the Semantic Proxy and LLM Gateway. The span identifier lets a single ScreenPlay execution and its requests be correlated end-to-end across services, improving observability and troubleshooting.

### Application instance attach mode support

ScreenPlay now supports the Application instance window attach mode. When a Use Application/Browser activity uses this attach mode, inner activities search across the entire application instance — all parent and child windows, alerts, and popups — instead of a single window.

ScreenPlay captures and records traces correctly across all windows of the attached application instance, in addition to the existing Single window support.

### Refreshed HTML trace file

The ScreenPlay HTML trace file has a refreshed visual design. The trace viewer output now has an updated layout and styling that make execution traces easier to read and navigate, aligned with current UiPath design standards.
