How to get input parameters mentioned in command line inside workflow ?
Ex: UiRobot.exe /file:“C:\Users\Documents\UiPath\RunAsCmd\Main.xaml” /input:“{‘arg1’:‘hello’}”
Now I need to use how to get the ‘arg1’ value inside workflow??
How to get input parameters mentioned in command line inside workflow ?
Ex: UiRobot.exe /file:“C:\Users\Documents\UiPath\RunAsCmd\Main.xaml” /input:“{‘arg1’:‘hello’}”
Now I need to use how to get the ‘arg1’ value inside workflow??
@aksh1yadav pls help me on this.
thank you
Hello @hemanth.gali,
Input parameters mentioned in command line are the arguments of the workflow:
UiRobot.exe /file:“C:\Users\Documents\UiPath\RunAsCmd\Main.xaml” /input:“{‘arg1’:‘hello’}”
Regards,
Susana
thank you @Susana, this solved my issue ![]()