Skip to main content

Input Actions

Work with values and variables.

Constant

Stores a fixed (immutable) value for reuse.

Image

ParameterDescription
Variable nameName of the (new or existing) variable that will hold the constant.
Value → TypeData type of the constant: String, Integer, Decimal number, or Boolean.
Value → DataThe literal value you want to assign (shown once you pick the type).

Get

Reads a variable by visually extracting it from the controlled station.

Image

ParameterDescription
Search objectObject to read from.
Required successWhen ON, the workflow stops if the value cannot be retrieved.
Variable nameVariable where the result will be stored.
Result typeExpected data type (TEXT, IS_VISIBLE, REGEX, etc.).
Result is secretIf 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).

Image

ParameterDescription
Search objectObject to wait for (optional). If empty, waits for any pending UI activity to finish.
Required successWhen ON, an error is thrown if the object does not appear within the timeout.
Timeout (s)Maximum time in seconds to wait.