Hi,
I have a custome date column review date and get scheduled flow up and running from a sharepoint list for a user to receive one expected reminder email 30 days before the next review date is due by addDays function query but ran into issues. See query:
Review Date eq'@{addDays(utcNow(),30)}' and Review Date It '@{addDays(utcNow(),31)}
My question is should I use only the first filter query? Any help is appreciated.