Form elements compatible with API Tasks
- Updated: 2024/12/18
This topic outlines the specific form elements within a Form rule that are compatible with API Tasks. By integrating API Tasks into these elements, you can dynamically retrieve and process data based on specific conditions.
Supported form elements
The following are the form elements from where you can call an API Task:
- Button
- Checkbox
- Date
- Dropdown
- Dropdown Multi-Select
- Hyperlink
- Number
- Password
- Radio Button
- Rich Text Editor
- Table
- Text Area
- Text Box
- Time
To call an API Task within any of the above elements, follow these
steps:
- Create a form. For more information, see Create a form.
- Select one of the supported form elements, such as a button, dropdown, or text box.
- Within the form rules, define a specific condition that, when met, triggers
the API Task execution.
- Create or edit a Form rule.
- Select Form actions and then Get value from API Task.
- click Browse to select an API Task.
- Map form values: Establish a mapping between the selected form element's values and the corresponding input and output variables of the API Task.