Flow Designer PowerShell Action Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2020 07:30 PM
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.
but If I use the variable for the same command and pass input via a variable, it doesn't work.
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.
- Labels:
-
flow designer
-
IntegrationHub
-
Workflow
- 1,900 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2022 06:18 PM
have you received a reply or found a solution? have same problem at this moment.
Please let me know.
regards,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 05:28 AM
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2023 08:03 AM
for us the issue faced for blank output was resolved. It was fixed in San Diego Patch 9 onwards...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 12:18 PM
I haven't tried this, but have you tried separating the static part of the command from the dynamic piece like this?
I am thinking it might be an encoding or string issue of some sort...
Hope this helps,
Richard