Short answer: You can publish workbook in Tableau by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Tableau Publish Workbook action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.