100%
Click an output port, then an input port to connect nodes.
Ready
0 matches
Runtime

Preview

New Canvas

Discard the current canvas and create a blank one?

Event Column

Delete column?

Events Sheet

Reset sheet columns?

This restores the default Events Sheet columns. It removes column renames, hidden-column settings, column order changes, and custom sheet-only columns. Event Frame nodes are not deleted, and stored field values are not actively cleared; values from removed columns may stop showing until that field or column is added again.

Playbook

What Playbook.json controls

Can do

  • Store project variables for text like {traveler}.
  • Tell Play which node field becomes title, body, or choice buttons.
  • Write variables when a node is visited.
  • Read simple condition fields such as flag == true.
  • Insert starter rules with the toolbar, then edit the JSON directly.

Cannot do

  • Run arbitrary JavaScript.
  • Create canvas links, move nodes, or change layout.
  • Add or delete node fields directly. Use Node Library for schema changes.
  • Evaluate complex code expressions.
{
  "variables": { "flag": false },
  "nodeTypes": {
    "Choice": { "body": "{body}", "choices": "choices" },
    "Set": { "set": { "key": "variable", "value": "value" } },
    "Condition": { "condition": "condition" }
  }
}
Playbook

Add play rule

Node Icon

Edit node type icon

Node Type

Edit node type

Node Inspector

Select a node first to open the Node inspector.