Run bot when email get popup

Hi guys
Hope you are doing well I have scenario where
bot run automatically when email get popup in outlook how it possible.

Regards
Aleem

HI @Aleem_Khan

Checkout this

Regards
Sudharsan

@Aleem_Khan

Schedule the process for every 5 mins. If any new email found the process it else stop the process.

But my client requirements is to trigger job when new mail come

HI @Aleem_Khan

As far as i know we cant trigger such way , we can do like

  • Set a time trigger to start the process.
  • In the process
    • Use get mail activity store in list of mail
    • Flow decision and give condition like listofMailMessage.any
      • If True → Process the steps
      • If False-> Join the line with the get mail activity

So that it will wait until the mail arrives and if arrives do the task and stop the process

Regards
Sudharsan

1 Like