Hi everyone,
I am in the middle of trying to build flow which triggers a mail merge when a teacher has written some feedback in a row. I am aware that I need to pass only the rows which trigger the condition down the chain but I can't quite work out how to do it.
Any help would be appreciated. Currently, the Flow below emails all of the students and writes Done! in all of the rows, but I just want it to send emails from the rows which have feedback in.
Thank you in advance,
Iain
First, it gets rows.
Then it checks if 'Feedbackcheck' cell contains 'Done!'. If it does, then do nothing.
If it doesn't, it checks 'Feedback column'.
If that is not empty, then send an email and update the row.