After popup microsoft 365 and office update available bot don't work?

Hello,

I have problem about sometime have popup during run process in chrome (popup microsoft 365 and office update available) bot not go to next step or go to catch block.

image

Now I must login then bot go to next step

Please guide me for solve it.

Thank you

@Stef_99

This looks like a windows pop up why not disable the pop ups completely

Cheers

@Anil_G If bot found this popup I want to kill process and end chrome.

Please guide me for solve it.

@Stef_99

use a parallel activity or when the bot fails then kill process in catch

or in parallel activity on one side us normal flow other side use check app state to check for pop up and if appeared kill it

cheers

1 Like

@Anil_G Can you sample flow for me?

@Stef_99

this is how it looks

cheers

1 Like