此页面暂未翻译,当前显示英文原文。

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.