Blocks
Data Table
Read, write, and query internal data tables
Interact with NowFlow internal data tables. Create, read, update, and delete rows. Use for storing workflow results, tracking leads, managing inventory, and more.
Block Preview
Data Table
Read, write, and query internal data tables
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the data_table block with monitoring enabled in production.
Inputs (UI)
Operation
dropdownLayout: half
Options: Read Rows, Write Row, Update Row, Delete Row
Table ID
short-inputPlaceholder: Enter table ID or use variable
Layout: half
Data (JSON)
codePlaceholder: {"column_id": "value", ...}
Layout: full
Condition: operation = ["write","update"]
Row ID
short-inputPlaceholder: Row ID for update/delete operations
Layout: full
Condition: operation = ["update","delete"]
Filter (JSON)
codePlaceholder: {"column_id": {"eq": "value"}}
Layout: full
Condition: operation = ["read","query"]
Limit
short-inputPlaceholder: 50
Layout: half
Condition: operation = ["read","query"]
Sort By Column ID
short-inputPlaceholder: column_id
Layout: half
Condition: operation = ["read","query"]
Inputs (API)
operation
stringRequired
tableId
stringRequired
data
jsonOptional
rowId
stringOptional
filter
jsonOptional
limit
numberOptional
sortColumn
stringOptional
Outputs
Primary response type:
json