The evallo link logic block allows you to go into another evallo flow. This ultimately helps keep your flows clean and be able to reuse a flow in multiple places.

Share variables between bots

The existing variable values are automatically shared to the linked evallo. It means that if this linked evallo contains similar variable names, it will be automatically pre-filled with the values from the previous evallo.

Example: My first evallo asks for the user’s name and stores it in the Name variable. Then, I link to another evallo that displays a Name variable in a text bubble. This will display the name collected in the first evallo.

Merge answers

The Merge answers option allows you to merge the answers collected from a linked evallo to the current evallo. This is useful if you want to collect answers from multiple bots and then send them all at once to a third-party app. Or if you just want to collect all the answers into a unified results table.