I can successfully add permission groups to a newly created item. But I'm wondering if it's safer and quicker to be able to add multiple permission groups to a newly created item in one HTTP call.
Here's the flow:
As you can see I'm giving the item 2 different permission groups and I need to give it a 3rd, but I think there may be a better way using just one POST HTTP request?
Solved! Go to Solution.
The way the HTTP calls are built you can only do one permission group per POST. That's not a limitation in Power Automate, its a limitation to the way the permission groups work. Even if modifying them on-premises using C# you can only process one group at a time.
The way the HTTP calls are built you can only do one permission group per POST. That's not a limitation in Power Automate, its a limitation to the way the permission groups work. Even if modifying them on-premises using C# you can only process one group at a time.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
27 | |
23 | |
17 | |
10 |
User | Count |
---|---|
64 | |
55 | |
29 | |
27 | |
25 |