Hi community! So, I've been struggling with figuring out the correct formula to put into a Power Automate condition. Essentially I want to take the value in a date field on a list and make the trigger occur if today's date is 5 days or less away from the value I am looking at. Currently I have my condition set as:
value is greater than or equal to addDays(utcNow(),-5)
Unfortunately, when testing this, the trigger is being set off by items with dates such as 2023-07-05 and 2023-06-30 even though today is 2023-05-17.
My date column that I am grabbing the value from is set to just have date and displays, mm/dd/yyyy.
Any assistance would be greatly appreciated!

Report
All responses (
Answers (