Hi everyone, new user here
When I put this into my filter array,
@And(not(equals(item()?['percentComplete'], int(100))), less(item()?['dueDateTime'], addDays(utcNow(), 14, 'yyyy-MM-dd')))
This format does work for my build but when I run it, no tasks appear at all.
Is it because I converted my HTML table to show Eastern Standard Time?
Also is there a way to sort the due date as previously asked by my fellow powerautomaters above?
EDIT: The formula worked for me. Also the due dates came out in ascending order automatically