Hi! This is my current flow expression which finds the items in the list that are todays date & manager approved and sends the individual an approval asking for feedback. My flow is working but is sending multiple emails as it is stuck In a loop.
(Date_x003a_ ge '@{addDays(utcNow(),-1,'yyyy-MM-ddT00:00:00.0000000Z')}') and (Date_x003a_ le '@{addDays(utcNow(),-1,'yyyy-MM-ddT23:59:00.0000000Z')}') and (Managerapproved_x003f_ eq 1)
is there a way I can add in another filter to the above which says If a certain column is empty? So it only picks up thw people who haven't already completed the approval?
the column name is: Postactivityreflection_x003a_
thankyou!