Hi,
I'm building a flow which will look at rows in an excel table once a day
Column A - ID
Column B - Time
Column C - Status
I am trying to get the flow to look at any rows with a certain status "Waiting" for example, and if 24 hours have passed then it will send an email along the lines of:
"ID 123 has not received an update in over 24 hours, please provide an update"
How would this be achieved? And if there are multiple lines with "Waiting" status how can I make it repeat for each?
Appreciate any help