Flow Designer PowerShell Action Issue

Kiran Patil3
Giga Expert

Hi All,

We are trying to replace legacy workflow with flow designer action. I am trying to execute simple PowerShell action with variable and without variable.

PowerShell action works without variable: If I put the command in command field as below.

find_real_file.png

 

but If I use the variable for the same command and pass input via a variable, it doesn't work.

find_real_file.png

Output it does not show me result but the same command.

Anyone have seen a similar issue? We pass all command through variables in legacy workflow and it works but it is not working in flow designer.

find_real_file.png

 

6 REPLIES 6

George Razbash1
Kilo Contributor

@Kiran Patil  hi Kiran,

have you received a reply or found a solution? have same problem at this moment.

Please let me know.

 

regards,

George

 

pratik0306
Tera Guru

we are also facing issue for powershell action.... if its hard coded then it works.. but when the variables are passed via the script then its not able to read the values and gives strange results..

for us the issue faced for blank output was resolved. It was fixed in San Diego Patch 9 onwards...

Richard Hine
Tera Guru
Tera Guru

I haven't tried this, but have you tried separating the static part of the command from the dynamic piece like this?

 

RichardHine_0-1668629849070.png

I am thinking it might be an encoding or string issue of some sort...

 

Hope this helps,

Richard