Microsoft Planner · Arazzo Workflow
Microsoft Planner Drill From Group to Plan to Tasks
Version 1.0.0
List a group's plans, pick the first plan, and list that plan's tasks and buckets.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
list-group-plan-tasks
List a group's plans then the tasks and buckets of its first plan.
Chains listGroupPlans, listPlanTasks, and listPlanBuckets, carrying the first plan id from the group's plan collection into the task and bucket listings.
1
listGroupPlans
listGroupPlans
List the plans owned by the supplied group and capture the id of the first plan in the collection.
2
listPlanTasks
listPlanTasks
List the tasks contained in the first plan returned for the group.
3
listPlanBuckets
listPlanBuckets
List the buckets contained in the same plan so the plan's organization is visible alongside its tasks.