Why my procees in assigment nr.1 do one work item and another no? It's doing Transaction 1,3,5 etc... jump 2,4,6 etc

Nobody has this error before? Please i really need yours help…

Hi @Ionut_Istrate,
I am unsure how you are pulling out the data, but what worked for me as a filter was -Assign: TransactionDataRows = TransactionData.Select(“Type = ‘WI5’ and Status = ‘Open’”), where TransactionDataRows were DataRow and TransactionData was the DataTable.