Short answer: Drop the "Tableau → Publish Workbook" 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 |
|---|---|---|---|
Workbook Name workbook_name | string | Required | Name to register the workbook under |
Project ID project_id | string | Required | LUID of the destination project |
File URL file_url | string | Required | URL of the .twbx or .twb file to upload |
Overwrite if Exists overwrite | boolean | Optional | Replace an existing workbook with the same name |
{"workbook_name": "{{trigger.workbook_name}}","project_id": "{{trigger.project_id}}","file_url": "https://example.com/dashboard.twbx","overwrite": "{{trigger.overwrite}}"}
{"workbook": {"id": "wb-new","name": "Q3 Sales","project": {"id": "proj-1","name": "Default"},"contentUrl": "Q3Sales"}}
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.