Get Essentials Workflow result and pass it as a parameter in Workflow 5
Hi All,
I have Essentials Workflow that run a C# script and return an array/string/int/etc. Is there a way to pass it as a parameter inside Workflow 5?
Thanks a lot in advance!
0
-
Hi Ehab,
In the Essentials workflow, you can configure an Argument with an Out Direction and use the Assign activity to assign an output value to it.
On the Workflow 5 side, you can access the configured argument with =$runessentialsworkflow1.result["yourArgumentName"]
Thanks, Stefan
0 -
Hi Stefan,
Thanks a lot for your response!
Ehab
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer