Start UiPath Robot from Outlook (Email Automation)

How to start a process with parameters on UiPath Robots from Outlook.

Steps of the process:

  1. Outlook account receives an email from @gmail.com address.
  2. Power Automate workflow is triggered when a new email is received, next the system starts UiPath Process with parameters.
  3. The Power Automate Flow will stay on a loop until UiPath Process will finish Successful.
  4. In the end the flow will respond to the email with OutputParameter that is coming from UiPath Orchestrator.
    Code:
    startUiPathFromSalesforce/StartPower.txt at master · cristinegulescu/startUiPathFromSalesforce · GitHub

0:00​ Intro
2:00​ UiPath Process
2:55​ Development in PowerAutomate
3:25​ Just simple flow to respond to the email
4:45​ Test simple case
6:50​ Explain the complex flow
11:45​ Another fast description of the process
13:30​ Test the process