I was modifying my custom environment creation automation today. For the security group creation action, I needed to add a System Admin to the security group owners to simplify a user management. The action takes the array like below:
[
...
Continue Reading Olena Grischenko (she/her)’s Article on their blog
Power Automate: contains(), array, AI and bananas.
Issue I was modifying my custom environment creation automation today. For the security group creation action, I needed to add a System Admin to the security group owners to simplify a user management. The action takes the array like below: [ “https://graph.microsoft.com/v1.0/users/24d2bbbb-ae82-4d3e-8520-081231b0edc0”, “https://graph.microsoft.com/v1.0/users/21d2aaaa-ae82-4d3e-8520-081231b0edc0”] First, I tried appending a System Admin value to the Owners array…
Blog Syndicated with Olena Grischenko (she/her)’s Permission