Short answer: Drop the "Tableau → List Workbooks" 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 |
|---|---|---|---|
Filter filter | string | Optional | Tableau filter expression (e.g. name:eq:Sales) |
Page Size page_size | number | Optional | Max workbooks per page |
{"filter": "name:eq:Sales","page_size": "{{trigger.page_size}}"}
{"workbooks": {"workbook": [{"id": "wb-123","name": "Sales Dashboard","owner": {"id": "user-1"},"project": {"id": "proj-1","name": "Default"},"updatedAt": "2026-04-15T10:00:00Z","contentUrl": "SalesDashboard"}]},"pagination": {"pageSize": "25","pageNumber": "1","totalAvailable": "1"}}
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.