Hash Security - calculation

Dear All,

I was in completing the HASH Security calculation.
The BOT was not running successfully, I was mostly getting an error at the “Get Transaction Data” area. where the BOT can process 80% of the work items and 20% is affected is due to the pasted error please assist.
image

Index outside the bounds of the array means you are trying to access an item from an array / list or datatable that doesnt exist.

i.e. List size = 10 but you are trying to access the 11th item.

Check the condition on your loop where you exit

1 Like

@Karthik2525 Check If TransactionNumber value = 0 if not, make it 0, and also Check if out_TransactionNumber<DT.Rows.Count if not change it to this

1 Like