Forum Discussion
Contributor users are able to create Flow for the sharepoint lists,, how we can prevent this
- john johnMar 17, 2019Iron Contributor
jcgonzalezmartin wrote:
AFAIK, the only way to restrict this is by means of permissions in your lists and document libraries. For your reference, check this thread: https://techcommunity.microsoft.com/t5/SharePoint/Remove-Microsoft-Flow-from-SharePoint-Modern-Lists/td-p/62745jcgonzalezmartin thanks a lot for your valuable reply and link. now inside the link you provided https://techcommunity.microsoft.com/t5/SharePoint/Remove-Microsoft-Flow-from-SharePoint-Modern-Lists/td-p/62745 the last reply mentioned that we can use powershell to disable Flow per site collection, here is a quote from the reply:-
The Set-SPOSite PowerShell cmdlet has a parameter you can pass called "DisableFlows" but this would be done at a site collection level.
https://technet.microsoft.com/en-us/library/fp161394.aspx
so if this is true then this is what i am looking for... so what do you think, should the powershell be able to prevents users from creating Flow? but i think in this case even the site admin will not be able to create Flows,, is this correct?