Framework/SetTransactionStatus

Hi, I am getting this error, in my bot - Framework/SetTransactionStatus.xaml: Compiler error(s) encountered processing expression “in Transaction Item.RetryNo”.(2) : error BC30456: ‘RetryNo’ is not a member of ‘DataRow’.

you can check your variable in Transaction Item as below screenshot

which look like in_TransactionItem.RetryNo in setTransactionStatus.xaml

Hi @automate1,

You are getting the above error as the Transaction item is a datarow instead of queue item.
In this case you can assign io_retryNumber =0 or assign to io_retryNumber =cint(config(“MaxRetryNumber”))instead in_transactionitem.RetryNo.
As any way we don’t have queue as here the transaction is taking place in terms of datarow