Skip to content

publishsheet

Daniel Larsson edited this page Feb 14, 2025 · 1 revision

PublishSheet action

Publish sheets in the current app.

  • mode:
    • allsheets: Publish all sheets in the app.
    • sheetids: Only publish the sheets specified by the sheetIds array.
  • sheetIds: (optional) Array of sheet IDs for the sheetids mode.
  • includePublished: Try to publish already published sheets.

Example

{
     "label": "PublishSheets",
     "action": "publishsheet",
     "settings": {
       "mode": "sheetids",
       "sheetIds": ["qmGcYS", "bKbmgT"]
     }
}
Clone this wiki locally