Retiring of the queue item is not working

Hi,

I am trying to create a queue with MaxRetryNo as 3. But when I get the queue item in Studio with an expression as transaction.Retryno it is returning zero value.

For this reason, my robot is not retrying the item which is built on Re-Framework.

Can you please help me with it!!

Regards,
Kanthesh

@kantheshm

In your Reframework Project folder Go to Data->Config file->Constants Sheet and check whether the MaxRetry No is 0 or not, If not make it 0

Mark as solution if this helps

Thanks