UiPath App

Render a UiPath App with optional parameters

by @pixiebrix

What is UiPath?

UiPath is the leading Robotic Process Automation (RPA) platform. Their platform lets developers build, deploy, and manage software bots that emulate humans actions to automate repetitive, routine work.

Using the UiPath App brick

With PixieBrix, you can embed UiPath Apps into any webpage, including 3rd-party pages, and automatically pass information from the page to the app

For how the integration works, refer to our documentation: Embed a UiPath App

Additional information and resources

PixieBrix can integrate with UiPath in three ways:

  • UiPath Orchestrator API: run UiPath bots with context from the page and deliver the results to the user
  • UiPath Robot.js: same as above, but running a bot locally via UiPath Assistant
  • UiPath Apps: embed a UiPath App on any webpage as a panel, passing context to the App from the page

Refer to our full documentation for how each UiPath integration works: UiPath Integrations Docs

Troubleshooting

Feel free to contact us at [email protected]


Inputs

Name Required Type Description
url string The full UiPath app URL
title string The title of the iframe
width string The width of the iframe
height string The height of the iframe
inputs object Optional inputs to pass to the app

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags