Hi,
I'm trying to iterate through a sharepoint list, which has date value.
Each week the flow will run, and will compare each date value to see if it falls within the next week.
If it does, it should return true
If not, returns false
I've been trying to use conditions, comparing the
date of input --> formatDateTime(addDays(utcNow(), +77), 'MM/dd/yyyy')
But all that returns is false.
Thanks!