How to put retry in each transaction in REFramework in UiPath if the transaction items is in datarow?

Hi,

How to put retry in each transaction in REFramework in UiPath if the transaction items is in datarow? Thank you.

Best regards,
Robert

@RobertRussell_Monsalud

Open config file and go to constants sheet..in that you would see maxretry..set a number there and whenever there is a system exception it would retry those many times as the number

Cheers

I set a number there but it doesn’t retry if a transaction item is failed

@RobertRussell_Monsalud

  1. Did you modify get transaction to get rowitem instead of queue item?
  2. is the transactionitem variable type changed to datarow?
  3. where is it failing , in process or else where?
  4. can you show some screenshots of the flow or logs please

cheers

Hi @RobertRussell_Monsalud,

Below post should help you to understand all changes required when using data table instead of queues.

It also has a sample project attached on same.

Additionally, you can refer below post for more help.

Hope this helps.

Regards
Sonali