Hello ! need some help,
i have a process in REFramework. In stage “Process Transaction” firstly i Build a Datatable then do some operations with each item in a queue and then i need to write each data to Datatable which i created above
so i have 2 question:
-
As i think the algorithm creates a new table every time when new transaction arrives from the queue and i dont know how to do it correctly
-
How can i add new arrayrow (in action “add data row”) in a row.
And when i saw my output table i dont know why it contains only 1 row. Its because i create table every time or because “add data row” works differently…
so for better understanding what I need: Get Transaction item( i did it) —> process it–> add it to datatable ( dont overwrite but add)
Help pls!