Hi,
At the moment,
My solution does a try catch and if it fails it sends an email.
Is it possible to send an email only after it fails 5 times, instead of every time?
Thanks,
Shawn
Hi,
At the moment,
My solution does a try catch and if it fails it sends an email.
Is it possible to send an email only after it fails 5 times, instead of every time?
Thanks,
Shawn
Hi @shawnmurray,
use counter as activity to count error and in IF activity
apply requirements:
IF
variable = 5
then send email
@shawnmurray - Yes it is possible and it is easy.
Follow these steps:
I know it looks like a big process but it is not and interesting.
Best!!
Anmol
Thanks for the response.
Would doing this not send the email every time it fails or can i put the email outside the retry scope to send?
In RetryScope loop
use error counter in IF
activity.
Otherwise the loop will send mail every time
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.