Connecting Nodes and Building Flows
Connecting individual Nodes together to form Flows is a simple drag and drop process.

If we connect these two Nodes together, when a Button is clicked, the user will be redirected to a page we specify.
Because we don't need any data from the Button:on-click
Node, we can connect it's output to any of the inputs on the Router:goto
Node. By pressurizing any input, we trigger the Node.

This configuration is equally valid, and will produce the same result.
Last updated
Was this helpful?