Hi all,
I'm trying to add a filter in the filter query to check if a given record is within 90 days of the current date. I came up with the current code:
less(int(split(dateDifference(testDate,utcNow()), '.')), 90)
But when I run the Power Automate flow, it gives me a bad request error. I was wondering whether the above is correct to check for dateDiff?
Jason