Hi,
I have created a flow as shown in the images below. The flow is triggered when the user fills a form, which has field for the user to enter their name. I have an excel table with three columns, which kind of looks like this:
Name Email Response
xyz
abc
pqr
....
....
...
The Name column has multiple entries. I want to send the user a success mail if their name is in the table and I want to send them a failure mail if their name is not. With the flow that I have created, the user is being sent multiple mails and I can understand why that is happening.
However, I am not able to figure out, on how I can steer out of this situation. Any help would be appreciated.
Thanks