Get transaction data Loop

Hi, i am using a string for transaction item. however its going into a loop.
i guess i am getting the expression for the transaction number wrong as the processes keeps going back to transaction number = 1

I would appreciate if i could the right expression.

Thank you

image

@Ayodeji_Osikoya If you want don’t want to loop back if in_TransactionNumber = 1 condition matches then change the the expression to

Not in_TranactionNumber = 1

hey

if your process is tabular data you had to something like this,

first of all you need to check if your datatable rowcount is higher than the transactionNumber, if yes you need to assing the transaction item like that

so transactionItem in this case will be a datarow type, and receive 1 entire row from my datatable, the one that i will use in my process

Regards!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.