Actions
Add to List
Overview
Append output values to a list variable for collecting multiple entries or tracking data over time.
Use Cases
- Data Aggregation: Collect responses or items into a single list for batch processing.
- Iterative Storage: Track user selections or action-s over the course of a workflow.
Configuration Fields
Input Text
- Description: Enter the text to append to the list.
- Example: “Item A” or “Completed Step 1.”
- Required: Yes
Output Variable Name
- Description: Assign a variable name to store the updated list.
- Example: “task_list” or “user_choices.”
- Validation: Only letters, numbers, and underscores (_) are allowed.
- Required: Yes