powershell script is not working in flow designer
Hi Team, This script is not working in the custom application: We are giving the user name. Import-Module ActiveDirectory -WarningAction SilentlyContinue# Try to get the username from the environment variableif (Test-Path env:\SNC_userName) {$usern...