How to link variables/arguments values between UiPath App and Agent solution

Hello Community,

I am developing an agent using Studio Web. This agent has 1 input (letter content) and 7 outputs (Gift Name, Gift category, Material 1, Material 2, Material 3, Material 4, Material 5 and escalation notes).

I am developing an app using UiPath App Studio that will be used as an escalation app for my agent.

I want to link my outputs and inputs of the agent with the app that I am creating.
I want to display automatically the letter content, gift name and gift category.
The user can input Material 1, Material 2, Material 3, Material 4, Material 5, so i want to update my agent outputs with the value entered by the user.

Thanks for your help :slight_smile:

Let me create a sample POC and get back to you with your scenario,

Until then,

cheers!!

@Slim_Bouaouina2

you would add them as output from app..by default send the default or empty vales so app returns or updates the values as well

cheers

Clearly define the usage of escalation app in system prompt and user prompt, clearly define all the varaiables and its functionalities in system prompt and user prompt, use chain of thought prompting technique for best results.

app will be created based on prompt by using autopilot feature, take help of it and also varaibles will be auto assigned to agent input and output to escalation app arguments if mentioned properly.

i have tried it and this approach has helped me acheieve my end goal, if this is not helping kindly provide the scenario or output details you are receiving upon agents run

thanks,