Merge data table issue - next transactions

i have a use case developed in re framework. using a data table in which i am merging data from different places to it. and comparing with other data table in further steps. this is good till 1st traction.

when it comes to 2nd transaction, will the data is present in merge data table from previous transaction?

or else i need to delete all rows from the data-table before going to further transactions.

Hy @sybasha,

If you declare the variable localy inside a workflow it will die after you leave the workflow, so when you came back to it in the new transacation it will be empty again.
What you can do is to pass the variable in/out of the workflow so you can keep it.

Is it clear to you? If so please like and mark my answer as solution.
Any questions please let me know

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