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.