
Announcements
Hi y'all!
I am working on a flow that triggers whenever a task is completed and checks whether the buckets tasks are completed or not. If all tasks in the bucket are completed, the bucket and completed tasks get copied onto a separate archival Plan. What I can't do at the moment is delete the original bucket the task came from. I am the owner of the planner and there doesn't seem to be a Planner action to delete buckets. Please let me know if there are any workarounds to this.
-E
Hi @eyau ,
The out of box connector 'Planner' cannot delete buckets.
You could create a custom connector with the graph api.
https://docs.microsoft.com/en-us/graph/api/plannerbucket-delete?view=graph-rest-1.0&tabs=http
After that please use flow run this custom connector to delete the bucket.
Best Regards,
Wearsky