blokboard/ Open app

OFFICIAL EXAMPLE

Your first message

Create a value and turn it into a greeting. A small first run with a result you can inspect immediately.

BeginnerVariablesExpressions

WORKFLOW SNAPSHOT

Your first message

3 nodes

Interactive workflow preview loads here. Download the JSON to inspect it in the app.

A saved example. Your imported copy is independent of this page.

Opens as a new, inactive workflow. Review the nodes before running.

Before you begin#

  • Use the Browser runtime. No account, wallet, or connection is required.

Walk through the workflow#

  1. Import a copy, then select the first Variable node. Change the name value from Builder to your own name if you like.
  2. Inspect the next Variable node. Its greeting uses Hello, {{name}}! to read the value from the previous step.
  3. Run once. Inspect the final node’s output: with the original values it is {"greeting":"Hello, Builder!"}.
  4. Change the name and run again to see how a fixed value and an expression work together.
← All examples