Co-pilot, Flow, Power Automate, Uncategorized

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… Continue reading Power Automate: contains(), array, AI and bananas.