Insert Data
Add data directly into your workflow
The Insert Data block enables you to add values into your workflow, either by inserting into table columns or creating variables. This is perfect for setting up initial data or creating dynamic values during automation.
Inputs
☐ Description (Optional)
A brief note explaining what data you’re inserting.
Good Examples:
- “Add customer details to table”
- “Set default configuration values”
- “Initialize counter variables”
☐ Data Type (Required)
Choose where to insert your data:
Table Columns
Description: Add data to specific columns in a table.
Features:
☐ Insert multiple values at once
☐ Data added as new rows
☐ Supports all data types
Example Use Case: Adding customer name and email to a contacts table
Variables
Description: Create and assign values to variables.
Features:
☐ Create new variables
☐ Assign dynamic values
☐ Reference in later steps
Example Use Case: Setting a counter variable to track iterations
Usage Examples
1. Customer Data
2. Configuration
maxRetries, delay
3. Product Details
id, name, price
4. Counter Setup
counter, total
Notes
- Use descriptive variable names for better readability
- Ensure table column names match exactly
- Only add the data you need to avoid workflow bloat
- Consider using variables for values you’ll modify later