Morning!
Hopefully the third request for help will be the charm. I've finally mastered the email error I was experiencing with the Delay control. Now I need to prevent multiple email notices from generating each time the file is 'modified.' I created 3-separate Flows for each time a file is modified. 1) When the User changes the 'Employee Review' column to 'Yes'; 2) When the 'Suzanne Approved' column is changed to 'Yes'; and 3) When the 'Will Approved' column is changed to 'Yes.' I have a 'Trigger Condition' in the 'When a file is created or modified (properties only)' Settings > Trigger Conditions field.
Employee Review: @equals(triggerBody()?['Employee_x0020_Review_x0020_Complete'], bool('True'))
Suzanne Approved: @equals(triggerBody()?['Suzanne_x0020_Approved'], bool('True'))
Will Approved: @equals(triggerBody()?['Will_x0020_Approved'], bool('True'))
I have a 'Terminate' control at the end of each Flow, but it does not prevent the generation of all email notices each time a column is changed. Is there another method I can use to stop the flood of email notices? Once again, thank you for any assistance or suggestions.
PVLove