Forum Discussion

johnjohn-Peter's avatar
johnjohn-Peter
Iron Contributor
Jun 22, 2024

Filter the Planner Tasks instead of getting all of them inside our power apps planner connector

I have the following formula to get all the planner tasks:-

Collect(colRelatedPlannerTasks,
Planner.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

No RepliesBe the first to reply

Resources