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.
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.