How to pass the individual data row one by one to process block from get transaction block in RE framework

How to pass the individual data row one by one to process block from get transaction block in RE framework

@suryasuhas527

You have to change the Transaction Data type as QueueItem → DataTable / DataRow
Once you done this you have to change in many places the same
Now in General Business Process you declare a variable of Datatable which contains your data

Then you have to make a change in arguments by passing this variable

Hope this may help you

Thanks

1 Like

Hi @suryasuhas527,

You can use below re-frameowork project as a sample and use it.

This shows what need to be done in get transaction state to read data from datatable instead of queue.

ReFrameWork-WithoutQueues-main.zip (971.0 KB)

And changes that are required to be made to the re-framework are defined in below text document.
Changes for Re-framework(without queues).txt (1.0 KB)

Also sharing the video link below on same:

Regards
Sonali

2 Likes

Hi @suryasuhas527,

If your query has resolved, I would suggest to mark solution so this topic can be closed.

If unclear on how to mark solution for topic, you can follow steps on below link:

Regards
Sonali

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