Short answer: Drop the "Baserow → List Rows" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Table ID table_id | string | Required | Table ID. Example: 42 |
Page page | string | Optional | Page. e.g. "1" |
Page Size size | string | Optional | Max 200 |
Order By order_by | string | Optional | Field name, prefix with - for descending |
Search search | string | Optional | Search across all fields |
{"table_id": "e.g. 42","page": "1","size": "100","order_by": "e.g. -Name","search": "{{trigger.search}}"}
{"next": null,"count": 1,"results": [{"id": 1,"Name": "John","order": "1.00000"}],"previous": null}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.