Hi
I am trying to create a scheduled flow which lists all tasks in a Planner Bucket which are completed.
I can filter the results to only show those which are 100% complete, and I can get that to send a table via email in HTML.
However, I cannot seem to be able to filter the list to show only the last 30 days.
I have tried to filter with Less Than or Equal to "addDays(utcNow(),-30)" but this doesn't work.
Can someone please guide me to how I can filter results into the last 30 days please?