
I am looking to programmatically turn on/off an existing template on Microsoft Flow Portal for a user.
Is that Possible?
Hi @aigagran ,
We can turn on/off the flow usinf Flow Admin connector like in the screenshot:
Also, We can do it through the powershell script:
Enable-AdminFlow
Disable-AdminFlow
The details about Flow/Powerspps powershell can be found at :
Thanks,
Nabin Pokharel