Hi,
I would like to create a new bucket triggered by a new sharepoint list entry. The bucket name should be based on an attribute of the new entry from the list.
I use the template to create a planner task and integrated an additional step: "Create a bucket"
My issue is that the "action" is asking for a "Group ID".
1. The dropdown does not offer any "group id"s to choose from
2. The plan I would like to use is not in any group.
By the way - why is an "group ID" for the bucket required while creat task is not asking for such a thing. I have the required "plan ID", which I can also pick from the suggested list for the task creation.
Checking the info symbol I find:
So there is a deprecated operation id: "CreateBucket", which would be the exact action that I would need. Unfortunately I cannot pick this so I need to deal with "group ID"s.
So where do I get the "group id"?
Thanks a lot for your support!
Best
Steffen
Solved! Go to Solution.
Hi @sschaffhausen ,
You could create a flow as below to get all your groups then save the group id by yourselves, and everytime when you want to create a bucket, you could enter the group id in the Group Id Column.
The expression to get the group id as below:
body('List_my_owned_groups')?['value']?[0]?['id']
Please let me know if your problem could be solved.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Every bucket is part of a plan which is part of a group
An Office 365 group is the identity in Azure associated with your group - which creates artifatcs like SharePoint site, Plan, Shared Calendar etc.
When creating a new bucket,
you would need the id of the group assocaited with the plan and you can either hardcode it in the create a bucket task if the group/team is always going to be the same or retrieve it from a SharePoint config list or query to get the id of the group ( you would have to query the graph api to get the groups and then fetch the specific group id - https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/groups-operations#GetAGroup)
Next you would also need the plan id
you can use the action "List plans for a group" and the respective plan id for which you are trying to create the bucket or hardcode the plan id if you already know which plan you need to create the bucket for
To get group id manually and plan id manually, open the plan in planner
The URL will have both the group id and the plan id
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @sschaffhausen ,
You could create a flow as below to get all your groups then save the group id by yourselves, and everytime when you want to create a bucket, you could enter the group id in the Group Id Column.
The expression to get the group id as below:
body('List_my_owned_groups')?['value']?[0]?['id']
Please let me know if your problem could be solved.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
57 | |
40 | |
39 | |
35 |
User | Count |
---|---|
79 | |
66 | |
57 | |
52 | |
42 |