Data Table

A table input where respondents fill in rows of key-value data. Each row has predefined columns.

Configuration

FieldDescription
ColumnsDefine the table columns (key names and types)
Min rowsMinimum number of rows required
Max rowsMaximum rows allowed
Add row buttonWhether respondents can add more rows

Example

ItemQuantityUnit Price
Widget A10$5.00
Widget B25$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:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach 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.