How to integrate UiPath agent with UiPath Apps?(Example : Agent is been created want to integrate that agent with Apps.)
Welcome to community!!
i got some info form llm about your scenario, give a try and see
- Build & Publish Your Process
- Design your automation in UiPath Studio.
- Publish it to Orchestrator β to a Modern Folder.
- Ensure it is marked as attended or unattended depending on how you want to run it.
- Ensure Assistant (Agent) is Connected
- On the end user machine, open UiPath Assistant.
- Ensure itβs connected to Orchestrator.
- The published process should show up in the Assistant.
- Create UiPath App
- Go to cloud.uipath.com β Apps.
- Create a new app and drag controls like Textboxes, Dropdowns, Buttons etc.
- Use the βRulesβ panel to call a process when a button is clicked.
- Bind UiPath Process to App
- In App Studio, click on a button β go to Rules β
+Add Rule
. - Choose
Start a Process
. - Select the process you published in step 1.
- Map input/output arguments to/from App controls.
- Deploy & Use
- Publish the App.
- When the App is run and the button is clicked, the process is triggered via Orchestrator.
- The Agent (UiPath Assistant) on the user machine picks it up and executes it.
1 Like
You want to trigger agent from app or trigger action app from agent?
1 Like