We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Chad,I found solution for this, it looks like below.In your workflow you should pass name as :"name": "${your variable here if dynamic}"and in powershell$localVar = $env:SNC_name; // this is your workflow varThanks,Kartheek
Chad,Did you get solution for it? I am having issues in passing variables to powershell script, I am passing like $env:SNC_<variable_name> but script is failing but if i hard code value there its success.Thanks,Kartheek