Flow Designer - PowerShell - Different Credentials
I'm looking to use a custom action in Flow Designer that creates and permissions a network folder using variables passed from the catalog item into the PowerShell script. New-Item -Path ${project} -ItemType Directory $NewAcl = Get-Acl -Path ${project...
