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.Documentation Index
Fetch the complete documentation index at: https://docs.bytespace.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 typesExample 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 stepsExample Use Case:
Setting a counter variable to track iterations
Usage Examples
1. Customer Data
Add new customer details to contacts table
2. Configuration
TypeVariables
Names
maxRetries, delayValues3, 1000
Set configuration variables for workflow
3. Product Details
TypeTable
Columns
id, name, priceValues101, Widget, 29.99
Add new product to inventory table
4. Counter Setup
TypeVariables
Names
counter, totalValues0, 100
Initialize counter variables for tracking