please explain
if max retries is reached
io_retryNumber will reset to 0,
io_transactionNumber will increment by 1, because we want to go to the next transaction
e.g. if we are looping an excel table and we’re at row 1,
if row1 fails 3 times , we will increment io_transactionNumber so that we can process row 2,
and reset retryNumber to 0
1 Like
Hi @Akbar_Badhusa ,
Could you Check the RetryCurrentTransaction
workflow, the Flow Decision
activities are used to Check if the Retry Number is reached the Maximum limit. If reached it is reset to 0.
The Transaction Number will increase by 1, so that it will move on processing the next transaction.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.