24-07-23 02:59 PM
Hi:
I have a process where the beginning part is done in Blue Prism but the second piece is done in Microsoft Power Automate Cloud. Does anyone know if Blue Prism can connect to Power Automate to run a flow?
Thanks,
Taki
24-07-23 03:40 PM
Hi Taki,
There's not a VBO that ships with Blue Prism Enterprise that connects to Power Automate, but have you checked out the "Process for Microsoft Power Platform Connector" on the Digital Exchange?
25-07-23 01:37 PM
Hi Tak,
A work around for this could be to trigger your PA flow by sending an email at the end of the Blue Prism part of your process and then using that email as the trigger for your flow.
25-07-23 04:11 PM
Here's an example, from Microsoft, of initiating a flow via a REST API call and the flow does some work (in this case send out an email). The general idea here is that your flow exposes a URL that can be called by another application (in this case Blue Prism) to trigger it.
https://powerautomate.microsoft.com/fr-fr/blog/call-flow-restapi/
Cheers,
25-07-23 08:50 PM
Hi Tak,
As other members mentioned the easiest and straight forward way is sending an email or triggering by some event in power automate cloud.
If you are in latest blue prism i believe you can expose the work queue as API and build connector in power automate cloud and schedule the flow to poll the response from API and perform the next steps in the cloud flow.
25-07-23 09:08 PM
Thanks all for your suggestion. The sending of the Email to triggered the flow would be my last option. I saw that in digital exchange that seems to be able to create a connector from BP to Power Automate. I will be looking into that option.
Thanks again for all the input.
Tak