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.

Back to Catalog
Core Blocksdata_table

Block Preview

Data Table

Read, write, and query internal data tables

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the data_table block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: half

Options: Read Rows, Write Row, Update Row, Delete Row

Table ID

short-input

Placeholder: Enter table ID or use variable

Layout: half

Data (JSON)

code

Placeholder: {"column_id": "value", ...}

Layout: full

Condition: operation = ["write","update"]

Row ID

short-input

Placeholder: Row ID for update/delete operations

Layout: full

Condition: operation = ["update","delete"]

Filter (JSON)

code

Placeholder: {"column_id": {"eq": "value"}}

Layout: full

Condition: operation = ["read","query"]

Limit

short-input

Placeholder: 50

Layout: half

Condition: operation = ["read","query"]

Sort By Column ID

short-input

Placeholder: column_id

Layout: half

Condition: operation = ["read","query"]

Inputs (API)

operation

string

Required

tableId

string

Required

data

json

Optional

rowId

string

Optional

filter

json

Optional

limit

number

Optional

sortColumn

string

Optional

Outputs

Primary response type:

json

Tool Access

data_table_operation
Data Table | NowFlow Blocks