Hi all!
I am building my Flow, where I use a form that links to an excel document that the Flow pulls information from. Some problems I have been facing:
a. I have the flow set to run once a day, I understand that as of right now there is no trigger that can push the Flow when a new row is created. Instead, I set a condition that when a column is empty, the Flow should send out emails. Once the email has been sent to that particular person, the Flow will update that specific row and the column will be filled. I created that condition so that if the Flow ran again if the column was filled, they would not get the string of emails. All in all, emails that should not be getting the emails get the emails.
b. Also, all of the email addresses that we are emailing are getting 5 or 6 duplicate emails in the same Flow run.
Thanks for the help!!