Hi i want to pass the arguments from php to uipath so that when i enter something in the html page. From backend php should connect to uipath and pass the variable as an argument to it.
Can anyone help me out of this? Any helpful answers will be appreciated
@kuppu_samy Actually i tried in command prompt with this command
“C:\Program Files (x86)\UiPath\Studio\UiRobot.exe” /file:“C:\Users\VIS\Documents\UiPath\WebsiteToMail\Sequence.xaml” /input:“{‘arg1’:‘hello’}”
and it is working fine but i want to do same thing from php… Is there any other way to execute without using orchestator?
Hi @mahendragr,
If you really want to do it from PHP, then you need Orcherstrator API. But the Orchestrator is the best way. We can keep track on jobs and logs.