Is there any way we can integrate two product Alteryx and UIpath.
It will help in Automation of Workflow via Bot.
Solved! Go to Solution.
Hi @rohit782192 ,
you can trigger an Alteryx workflow via a bot, and also a bot via an Alteryx workflow.
This works via API connections or the run command.
Jamie posted the link to the UiPath activity, which is basically a connector to Alteryx Server.
So an integration can look like:
UiPath bot gathers data -> triggers an Alteryx workflow on Alteryx Server via the activity/connector -> the Alteryx workflow does its job -> triggers a bot via an API call to the UiPath Orchestrator or locally via the run command tool
Here is a demo I recorded showing this in action:
https://drop.alteryx.com/public/file/whaDO9I6EEaiH8A6vWEqjw/APA-RPA%20Demo.mp4
Kind Regards,
Kilian
Solutions Engineer - Alteryx
PS: Please mark this as the solution if it answers your question, it will help others to find solutions quicker.
@KilianL Sorry for the late reply, but would this be possible if i want to trigger the call in UiPath Orchestrator?
Hey did you find any answer? even i have similar requirement.
Update to the above:
Connectors between Alteryx and RPA solutions are generally possible via API. Alteryx Server has an API endpoint to trigger a workflow and RPA bots usually have the same option.
There are pre-built connectors for UiPath and Blueprism:
Blueprism: https://www.alteryx.com/partners/blue-prism (see solution brief)
Alteryx to Blueprism: https://gallery.alteryx.com/#!app/Blue-Prism-Connector-for-Alteryx-Designer/61002fa50462d70724379afc
Blueprism to Alteryx: https://digitalexchange.blueprism.com/dx/entry/116605/solution/blue-prism--alteryx-intelligent-analy...
UiPath: https://www.alteryx.com/partners/uipath
Alteryx to UiPath: https://gallery.alteryx.com/#!app/UIPath-Tool/6115a6d38a93370e7441ed6c
UiPath to Alteryx: https://marketplace.uipath.com/listings/alteryx-10
Kind Regards,
Kilian
Solutions Engineer - Alteryx
Thank you. It was really Helpful