# Supported Field Types

### RPA currently supports the following field types:

| Field Type | Icon | Description | Example |
|  --- | --- | --- | --- |
| String |  | String | "hello" |
| Integer |  | Number, supports decimals | 123.45 |
| Number |  | Integer | 123 |
| Boolean |  | Boolean | true/false |
| JSON |  | JSON | {"name": "hello", "age": 123} |
| ElementObject |  | Clickable element, parsed as JSON |  |
| Array |  | Array | ["hello", "world"] |


### Input Box

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

img