Retrying Workflows

Hi @MHarakeh

This generally occurs when maximum retries is reached and condition is not met. Try changing retry to 2

And also check if the bot is failing before going to check box itself …that way retry is completed but you might not see the dialogue box because the error occurred before that. Try running the bot in debug and check each step when it fails as well

Please check this

cheers