Go-to connections

On Chatlayer, a Go-to connection means that one block will happen in the conversation just after the other. Go-to connections can be established in multiple ways.

Your conversation logic is made so that you can go from any block type to any other block type in your flows.

On your bot canvas, Go-to connections are represented as plain arrows.

Go to connections shouldn't be confused with Parent-child connections.

Go to another block

At the end of any block, you can choose to redirect the user to any other block.

To do that, find the Go to ribbon at the bottom of your block and expand it to fill it in.

Go-to's in buttons

When you create a Bot Message, you can redirect the user to another block by clicking something.

A clicking action can happen with:

Not sure if a Go-to is the right button type for you? Check the different button types here.

Go-to's to pass a variable

At the end of blocks, you have the option to transfer the user to another block, and pass a variable that's saved in the user session.

To pass a variable:

  1. Open your block.

  2. Define a Go to at the bottom.

  3. Click on +Add variable.

  4. Define your variable name and value.

  5. Click Save.

Last updated