Form
Actions used to modify various parts of workflows (Form fields, workflow instances).
📄️ Change value of single field
This action causes the value of a specific field to be overwritten with the value provided in the configuration.
📄️ Hyperlink
The action allows you to go to a requested webpage or open a requested page in a new window.
📄️ Validate form
This action checks the condition specified in the SQL query.
📄️ Change values of multiple fields
The action sets (overwrites) several form field values by assigning column values from a chosen data source to them.
📄️ Update item list values
This action allows you to change (update, add or remove) the data stored in Item list.
📄️ Clear item list
The action removes all rows from the Item list that the user has specified in the configuration. The action also removes rows that are not visible to the user in Review mode.
📄️ Replace item list
The action removes all rows of the Item list and replaces them with new ones with the specified values in the selected columns.
📄️ Remove item list row
The action is available only in the context of the For each operator, where the defined Collection type is Item list.
📄️ Add item list rows
The action adds rows from the Data source specified in the configuration to the indicated Item list, taking into account the Columns mapping. All rows from the Data source will be added to the Item list, even those that were already there.