How to iterate through messages in flow

(Lucas Schlottfeldt) #1

Hi, there.

I’m trying to make a flow where the user can interact between each other using buttons. For example:
Answer 1: the Answer. for more see below:
answer 2
answer 3

Answer 2: the Answer2. for more see below:
answer 1
answer 3

Answer 3: the Answer3. for more see below:
answer 1
answer 2

When the user clicks on answer 1, he goes to this answer. When on answer 1, when the user clicks on answer 3 he goes to this answer, and so on.

How can I perform that?

(Daniel Beckett) #2

If you’re looking to jump to different points then this can be done by using the Flow service. There are actions to set labels and goto label which can be combined with filters to control which labels they jump to.

Here’s an example flow to show how this works: