🗒️Text Node

This is a guide for creating and using a text node.

1. Creating a new node

  • Click the Add new node button in the top-right corner to begin defining a new workflow element.

  • From the dropdown, select Text node—this creates the container for your first messages.

  • A blank text node will appear at the start of the canvas, acting as a placeholder for your content.

  • Drag the node to any location on the canvas—its position will be saved automatically.

Workflow canvas with an empty text node

2. Adding a new message

  • Inside the text node, click Add a new message to launch the Message Builder.

  • The Message Builder interface loads, offering intuitive tools to craft and preview your content.

  • Choose the message format that best suits your needs (e.g., plain text, buttons, form fields, or carousel).

  • Click Save in the bottom-right corner to commit your message and return to the workflow canvas.

Text node with a message

3. Linking to a new node

Once your message is saved, locate the handle that appears at the end of any button you added—this connector lets you define the next step in the workflow. If you haven’t added a button yet, consider doing so now to follow along with this guide and visualize the linking process.

A text node with a button signifying a handle
A text node with a form submit button signifying a handle

To link two steps, just click the little circle with a line on the first step, drag your cursor to the circle on the next step, and release. A line will then appear between them, letting you know they’re successfully connected.

NOTE: Connectors linking your current text node to another node are only exposed on interactive elements. – Text message: connectors appear on each button expect link button type. – Form message: connectors are attached to the submit button. – Carousel message: connectors reside on the global navigation control, not on individual item buttons. Full support for per-item carousel connectors will be available in future releases.

4. Form data sharing

Values submitted through a text node’s form propagate only to the node directly linked by that form’s submit button. Nodes further downstream that aren’t directly connected via that submit handle will not receive the data. To inspect the shared data, Click the eye icon on the connector edge to open the Shared Data panel and review the submitted JSON form payload.

Shared Data panel on an edge connected from text to any node

Last updated

Was this helpful?