Skip to content

createsheet

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

CreateSheet action

Create a new sheet in the current app.

  • id: (optional) ID to be used to identify the sheet in any subsequent changesheet, duplicatesheet, publishsheet or unpublishsheet action.
  • title: Name of the sheet to create.
  • description: (optional) Description of the sheet to create.

Example

{
    "action": "createsheet",
    "settings": {
        "title" : "Generated sheet"
    }
}
Clone this wiki locally