Reframework without queues

Hi Folks,

I have a data table and i am looping it using for each row.

But when i use the message box to see the value, i am getting the first value four times and it continues the same.

I am using REFramework without Queues.

I tried to get the value of the data table(Attached screenshots for your reference)

image
image
image

I am getting four times for every values.

Please help

@sharu_priya

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

Hope this helps

cheers

1 Like

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

Regards,

5 Likes

It Worked Anil. Thank you

1 Like

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