You are not getting it 4 times…but you are looping thought the datatable which contains four rows and you are using message box to display the same row which is fetched in Get transaction data once…
Ideally you dont need the for loop again as your re framework already would create kind of a loop by sending one item per transaction
Hey @sharu_priya ,
There is no need to put a for each loop .
ReFramework itself works as a loop.
So remove the for each loop just put
in_Transactionitem(“State”).ToString