This page is not yet translated, currently displaying the English original.

Supported Field Types

RPA currently supports the following field types:

Field TypeIconDescriptionExample
StringString"hello"
IntegerNumber, supports decimals123.45
NumberInteger123
BooleanBooleantrue/false
JSONJSON{"name": "hello", "age": 123}
ElementObjectClickable element, parsed as JSON
ArrayArray["hello", "world"]

Input Box

The field type is displayed at the beginning of the input box, which restricts the input type.