0

I need to set the AssociatedOwnerGroup for a web, but can’t seem to do that with FLOW and REST API.

So, I’ve been told to try with PNP script:

Connect-PNPOnline -Url $sitetUrl
Set-PnPGroup -Identity 'test group' -SetAssociatedGroup Owners

How do you pass a value from Power Automate to the variable $siteURL in the PNP script?

(Visited 78 times, 1 visits today)
Mark Jones Changed status to publish February 16, 2020
Add a Comment