Data Table
A table input where respondents fill in rows of key-value data. Each row has predefined columns.
Configuration
| Field | Description |
|---|---|
| Columns | Define the table columns (key names and types) |
| Min rows | Minimum number of rows required |
| Max rows | Maximum rows allowed |
| Add row button | Whether respondents can add more rows |
Example
| Item | Quantity | Unit Price |
|---|---|---|
| Widget A | 10 | $5.00 |
| Widget B | 25 | $3.50 |
Common uses
- Line items on an order form
- Expense report entries
- Ingredient lists
- Schedule entries (day + time + activity)
Note
For repeating groups of DIFFERENT field types (not just table columns), use the Repeating Section field instead.
Configuration tabs
Every field has 5 configuration tabs when clicked on the form canvas:
| Tab | What you configure |
|---|---|
| Design | Question text, description, placeholder, help text |
| Data | Default value, variable name, prefill from URL parameters |
| Settings | Required/optional, read-only, hidden |
| Validations | Format rules, min/max, custom error messages |
| Image | Attach an image alongside the question |
Using in workflows
When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:
{{trigger.fieldName}}
Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.