Start process after receiving an outlook email

Hi Experts,

I would like to do the following, can anyone help pleaseeee! Thank you

  1. Start a process after receiving email from sender. Email subject to be defined and sender will be an authorised sender.
  2. If email subject and authorised sender fulfill the requirement, the bot will continue with the rest of the workflow.
  3. I want to keep a log of the sender too.

PS. i do not have an orchestrator.

Thank you very much!

Hi @Joanna2 ,

To check for new mails and work based on subject and sender, you can add functionality in code itself with the help of this video:

But, process will not run automatically if any mail arrives, although you can add a delay in code as shown in video to wait for new mails to arrive.

hope this link will help you