I have the following formula to get all the planner tasks:-
Collect(colRelatedPlannerTasks,\nPlanner.ListTasksV3(planner.id,group.Value).value);
now how i can dynamically filter those tasks based on the AssignedTo user and the Completion status? currently i am getting all the tasks and then filter them, but is there a more efficient way so we only get the needed filtered planner tasks?
Thanks
I have the following formula to get all the planner tasks:-
Collect(colRelatedPlannerTasks,\nPlanner.ListTasksV3(planner.id,group.Value).value);
now how i can dynamically filter those tasks based on the AssignedTo user and the Completion status? currently i am getting all the tasks and then filter them, but is there a more efficient way so we only get the needed filtered planner tasks?
Thanks