Hi,
I'm currently building a flow and the part I am now stuck on is filtering tasks from a Planner that have a completed date for the previous month.
I am comparing planner tasks and SharePoint items from the past month.
I have a filter query on the SharePoint list but I am having trouble with the filter array on tasks which comes back with the error :


The expression in the filter array I am using is:
@And(greater(item()?['createdDateTime'], startOfMonth(getPastTime(1, 'MONTH')),less(item()?['createdDateTime'], startOfMonth(utcNow()))
I've so much wonderful help from this community - thank you to everyone who sees this 🙂