Hi All,
I have a flow that runs daily to check if a date in a list equals that day and if True it sends an email. This all works perfectly for me and I have no issues.
What I would like to be able to add though, is that if all items come back as false I want to receive an email to say the flow ran but there were no items due.
So essentially if one item is true then following the process for that and leave the rest but if all items are false then send me the email.
I can't figure out how to capture the outputs for all items in the condition.