Input a data or parameter to uipath from other softwares

Hi, I want to input some data (like input the number 20) from an external software to the workflow in uipath. I cannot use capture from the screen since the data is not shown in the screen. Can I achieve it by use some command when run uipath or some activities?

Passing input params \ args are only possible if the workflow is triggered from the external component for which you have to have orchestrator in place. If that is not the case I would suggest try storing the input value in a text file \ excel file and let the workflow read it from there…

I hope its helpful…

Can I use command window or other commands to call Uipath?

Yes, you can use CLI to kick off the bot \ nupkg but there are no options to pass args to it… here are few examples for you to go through that…

1-Command Line Interface
2- How to run attended Bot without Orchestrator? - #4 by jvanmarion

Thanks a lot! I know that we can use uirobot to call the xaml file. But can we also use Uirobot to pass args to it?