Compiling Answers from Multiple Loops

(Arvin) #1

Hi guys, i’m trying to build an ordering system and a shopping cart. What i’ve so far is I’ve created a Flow which takes the user through the ordering process.So it looks something like this:

User would like to order -> Start order process -> ordering -> add more or end -> send email

if add more, then go to start order process.

What i’m trying do is keep track of the user’s order, which function would i need to make use of for this? The email will be used to send the compiled answers from the multiple loop of the users to me.

(Karen Barker) #2

Hi there, :wave:

You’d want to look at using the Flow Service in order to pass the data already collected back in the metadata key value pairs. You’ll probably want to use the GoTo labels - specify the label at the start of the order process and the GoTo happens if a user choses to add more.

Hope this helps. :slight_smile: