Uipath Apps integrate with uipath agent

How to integrate UiPath agent with UiPath Apps?(Example : Agent is been created want to integrate that agent with Apps.)

@priyankajadhav3

Welcome to community!!

i got some info form llm about your scenario, give a try and see

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

Hi @priyankajadhav3

You want to trigger agent from app or trigger action app from agent?

1 Like