Need to bring argument from uipath apps to uipath studio attended

Hi,

Could anyone help me how to pass values/arguments from UiPath Apps back to studio.

To give more details, I have text box in Apps where the text entered there needs to come to studio. I have added Out argument and using create app task in studio and during the run the text entered in app won’t come to studio.

Any thoughts on this please, thanks in advance.

@Umar_Farooq,

You can’t bring the data from App to Studio but you can bring the data from app to the RPA process.

Add In Arguments in your process Main xaml.
Publish the process
Add the process in the app and pass your app input values to the process through the input arguments.

Thanks for the quick response. I was just trying to check if there is a possibility.

1 Like

@Umar_Farooq

Check below thread,

Happy Automation!

Alright @Umar_Farooq! If no more additional question, kindly close the thread by marking the answer as solution. Cheers!

@Umar_Farooq

from app if the data needs to pass to process/studio/robot the argument direction should be in…not out

cheers