Input Actions
Work with values and variables.
Constant
Stores a fixed (immutable) value for reuse.

| Parameter | Description |
|---|---|
| Variable name | Name of the (new or existing) variable that will hold the constant. |
| Value → Type | Data type of the constant: String, Integer, Decimal number, or Boolean. |
| Value → Data | The literal value you want to assign (shown once you pick the type). |
Get
Reads a variable by visually extracting it from the controlled station.

| Parameter | Description |
|---|---|
| Search object | Object to read from. |
| Required success | When ON, the workflow stops if the value cannot be retrieved. |
| Variable name | Variable where the result will be stored. |
| Result type | Expected data type (TEXT, IS_VISIBLE, REGEX, etc.). |
| Result is secret | If enabled, the value is hidden in logs. |
Wait For/Until Dissapear
Waits until the specified element appears on screen or until it dissapears from the screen (with timeout).

| Parameter | Description |
|---|---|
| Search object | Object to wait for (optional). If empty, waits for any pending UI activity to finish. |
| Required success | When ON, an error is thrown if the object does not appear within the timeout. |
| Timeout (s) | Maximum time in seconds to wait. |