Pass variables between InvokeCode and OpenRPA workflow
-
Hi there, does anybody know how I can pass a workflow variable to a PowerShell script which I want to enter in the Invoke Code action?
And vice versa would also be interesting: how can I write a value which I determined in the PowerShell script to a workflow variable?
-
All workflow variales automaticly gets mapped into the powershall runespace, and they get mapped back again after execution.
see example here
https://github.com/open-rpa/examples-files/tree/master/invoke-code-examples -
Thanks for the info Allan. Great stuff.
I downgraded again to v1.3.61 since v1.4.19 seemed still quite buggy to me and I need a version which I can work with and get things done.
I tried to open some of the example files from GitHub (Invoke Code and Working with Forms examples) but I get an error message for both xaml files:What to do here? Is the Windows locale which is creating problems or what must I do...?
-
@axel-rp buggy/unstable how?
-