Hi community,
We are building a whatsapp flow with 3 steps:
- Asking for consent
- Asking for a website link
- Asking for an email addres
Now at every step a status field in google sheets is updated to WAITINGFOREMAIL E.g .
The issue is that after it asked for a linkedin link, it doesn’t update the status field with WAITINGFOREMAIL, this means that it runs flow 2 again asking the same website question and than update the status excel row. We tried it with a timer as we thought it had to do with it being too fast. We also splitted the row update in two workflow steps but we keep getting the same problem.
So summary is: We get 2 times the same question, if we answer the second time it does fill the email field, after that it triggers the 3th workflow step and asks question 3.
Any idea what could go wrong?