Blocks & Flow EditorWindows
get value
Retrieves the current value of a focused UI element (text field, checkbox status, etc.).
Retrieves the current value of a focused UI element (text field, checkbox status, etc.).
Configuration
| Field | Description |
|---|---|
| Display Name | Label on the block. |
| Element Name Type | Full Name, Sub Name, or Regex. |
| Element Name | Window or element title to target. |
| Automation ID | UI automation identifier. |
| Class Name | Window class identifier. |
| Control Type | UI control type. |
| Path | Element locator path. |
| Depth | Element tree depth (default 8). |
| Advanced Locator | Custom locator string. |
Outputs
| Result | Description |
|---|---|
| Output | Payload: current value of the target element. |
Notes
- Requires get session block earlier in the flow.
- Use Inspect.exe to find element identifiers.