I am exploring Uipath app and got stuck in basic logic passing out_arg to Apps. To test i have created a out_arg and assigned a default value using assign activity.
I have published the workflow and connected orchestrated and UiApps but when mapped to processor getting null value in out_arg, pass value to text box.
Hi,
To get an argument from a process, the process has to be run from the App first. Have you added a “start process” activity somewhere to start your Orchestrator Process?
If not, then maybe add one on the loading of the page, by clicking Edit Rule on the Events tab at the Dashboard level(right hand side of the page). (Change this later to some other UI event if needed later)
Then add a Start Process activity and point to your Orchestrator Process.
This will start your Orchestrator process, and the out_argument returned from your process will set the value in your UI elements
Understood your issue, sometimes Apps doesn’t reflect after a BOT run. We faced this issue as well. So we used the “When Completed” setting to set the value of the field to the out_argument.