Pass value from stuio process to UiPath Apps

I have to pass the argument value from a studio process and display that value as a header in UiPath Apps page. How to do that?

Hi @Aditi_Jha,

this could be possible.

  1. Create an App
  2. Create a Process in UiPath Studio and mention the output arguments.
  3. publish the Process in Orchestrator.
  4. call the process in Apps
  5. out_Arguments would display there
  6. take Lable in the app & in Text filed mention the out_Arguments.
    if you enter = in that field you would find the arguments that you mentioned in the process

Hope this will helps you.

I assigned values to arguments in the process using an assign activity. But those values are not being displayed in the UiPath apps.

it should be in arguments and direction should be out.
still if you are facing issue, can we have screenshot of arguments how you mentioned in process?

@Aditi_Jha ,

I hope you are calling the process before assign?

Yes, I called the process, then used the argument in a message box to display it’s value. But the value is still blank.

@Aditi_Jha ,

Please call the set message into once process completed.

Thanks,
Arvind

Hey,

before you load that control, you should start the process. then you will get the values.

ex: after clicking login button, you will navigate to main page. there if you want to display the value coming from process.

in login click event you should start the process. it will works

@Aditi_Jha

You see when completed…use an action there to runthe message box only when completed

Cheers