Last updated 02 June 2026
Action steps collect information through form fields. There are eight field types. Choosing the right type makes forms easier to complete and data easier to use in branch conditions.
A single-line text input for short free-form answers: names, reference numbers, brief reasons.
equals, not equals, or contains in branch conditionsA multi-line text input for detailed answers: justifications, comments, notes.
A numeric input (integers and decimals). Supports all comparison operators in branch conditions.
amount >= 5000A single-choice selector shown as a compact select menu. Define the option list at design time.
equals or not equals in branch conditionsA single-choice selector shown as radio buttons side by side. All options visible at a glance.
equals in branch conditionsA multi-choice selector. The assignee can pick one or more options.
contains in branch conditions to check if a specific option was selectedA file upload field. Single file per field, maximum 10 MB, any format.
A date picker. Enable Include time to also capture a time component.
YYYY-MM-DD | Date-time: YYYY-MM-DDTHH:MMequals, greater than, less than in branch conditions| Scenario | Field type |
|---|---|
| Approve / Reject decision | Radio |
| Category from long list | Dropdown |
| Multiple systems to set up | Checkbox |
| Budget amount | Number |
| Expense receipt | File |
| Project start date | Date |
| Detailed explanation | Textarea |
| Reference number | Text |