How to handle the SetTransactionData.xaml in the Dispatcher process of the RE Framework?

Dispatcher Process:
In my Init state, I will have an Excel file and pass each row as a transaction item (Data Row). In the Process state, I use the DataRow to prepare the Excel report. In this scenario, how can I modify the SetTransactionData.xaml in REFramework?

@Vaishnavi_R,

Just delete the Set Transaction activity from the SetTransactionData.xaml as you won’t be requiring it.

1 Like

Hi @Vaishnavi_R

try with this,
out_TransactionItem = in_TransactionData.Rows(in_TransactionNumber - 1)

1 Like

@Vaishnavi_R

Try to follow below tutorial, it may helpful for your process

happy Automation!!

Hi @Vaishnavi_R

Please follow below post. 2nd scenario mentioned there describes how to use data rows instead of queues in reframework along with the changes required. I have also attached a sample project on same.

Hope this helps.