I dont want to create assets for input. i want to give input from asset. what are the options available in assistant, can anyone help me briefly the steps with screenshots for better understanding
if you want to give input from assistant…in the main.xaml/Entry point xaml file create input arguments …they would be displayed as the input fields in assitant
cheers
hey @Shravan_Pintu
If you want to pass input from an asset in UiPath without creating a new asset each time, you can simply create an asset in Orchestrator with the required values. Then, in your process, use the Get Asset activity to retrieve those values.
Or if you want to provide input directly through UiPath Assistant, you can define input arguments in the Main.xaml or any other entry point file. When the process is published, these input arguments will appear as fields in UiPath Assistant for the user to fill in before running the process.
Create arguments in your Main.xaml like this and publish the code. In Assistant it should show you these arguments where you can pass your desired inputs to the bot.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.