Hello everyone,
I am trying to pass an input variable, but without luck.
This is my flow, with Run PS Script step:
This is my script, where that I am using in this test:
param($NewInput)
Write-Output $NewInput
$var2out = "out"
Write-Output $var2out
As an output I am getting this:
That first line to show $var1in on PS script seems not having any effect, with or without it, output remains the same, and it doesn't identify that variable as an input.
How are you doing with these situations?

Report
All responses (
Answers (