How to put the logic to send the mail when 3 consecutive system exception occurs?

Hi All,

Whenever the bot throws the 3 consecutive system exceptions, bot needs to send out the mail saying that “application is not responding”.

Please help me in this.

@ppr
@Yoichi
@Gokul001

@Vrishchik

In the initialization state there is an if condition where the consecutive system exceptions is checked…in that if condition include your send mail part and it should send the email when the specified number of consecutive system exceptions occur

Hope you are usinng ref

Cheers

Can you please explain bit more??

@Vrishchik

This is where you can include

cheers

1 Like

HI,

How about the following?

Regards,