
Hi everyone.
As you know, in Power Automate there is an option to share a flow with the associated SharePoint list.
I'd like to get the same result using the 'Modify Run-Only Users' action.
I tried to use SharePoint list ID in the principal/id parameter and change principal/type to Group as shown below.
Everything went fine with no errors during execution, but the flow hasn't been shared with the list.
Any ideas?
Hi @Lemak89 ,
For this action, I think it will not actually work for the sharepoint list. I tested to modify run-only users with below data and flow still runs successfully for it:
So, I think for this action, it's just doing something like patch action to update the data inside this record instead of validating the data firstly and then sending the request to modify the run-only user.
All I can find from the official doc is related to manual operation to add the access:
Doc link: Manage owners and users in your Microsoft list flows with Power Automate | Microsoft Learn
Best Regards,
Hen Wang