I have to mark in the Excel as failed in last retry

Here I have a requirement to mark the Excel as failed when bot got failed in last retry.

I have given max retry in orchestrator as 1

But the bot retry for the first time also it is marking as failed .can anyone please give me a solution for this

@sruthesanju

Use a if condition and check if the retry count number from queue item…

Transactionitem.RetryNo will give you the count of rety and you can give Transactionitem.RetryNo.Equals(1) and only then mark as failed

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.