Hi All,
I am calling VB script using start process for SAP automation but unable to get output value.
Please let me know how to take values from start process activity.
Regards,
Shreedhara
Hi All,
I am calling VB script using start process for SAP automation but unable to get output value.
Please let me know how to take values from start process activity.
Regards,
Shreedhara
Hi @Shreedhara7
Can you give more details on what you are tring achieve because output parameters are available for the Start Process and correct mapping will give you the output as required. Can you possibly share your workflow so that we can see what is missing?
dont use “start process” to call vbscript parameter.
use “invoke vbscript” activity instead, lets you pass input and get the output
I’m running PowerShell commands using StartProcess by UiPath staff recommendation, because the Invoke Power Shell activity is not reliable, and I’m trying to get the output of such commands, but to my surprise there seems to be no way to do so.
Can someone please reply to the original question? Vbscript is not involved in my case.
Hi,
If you’re still there, can you please how to use these “out parameters”? I can’t find any in the activity properties.