Hello-
I'm trying to compare dates and having issues with my flow. I have a next review date in a column in an MS List (for routine work our team performs), and then compare it to today's date + 30 so that an email will be sent and to-do's added in Outlook so that upcoming work can be tracked. I've tried just comparing the dates using format, I've tried changing it to integers, etc. Could someone assist with what is wrong with my flow. I'm sharing a few pictures of the different pieces of the flows that I've tried, but note that in this set-up that you see, really the only thing that is working right now is that it is going to the MS List, it's pulling the data, and I'm trying to compare the dates. The first few steps of the flow I just haven't deleted in case it turns out I need to use them for some reason.
My last item is returning this error below.
Column from MS List: Next Review Date
The left side of my comparison:
addDays('1900-01-01T00:00:00Z',sub(int(item()?['Next_Review_Date']),33))
The right side of my comparison:
addDays('1900-01-01T00:00:00Z',sub(int(item()?['utcNow()']),2))
Thank you-



