Dispather queue

In initialization stage I have read the excel file containing email and password. In process.xaml file I have given an activity to add data to orchestrater queue
What changes I have have to do in the getTransactionData.xaml so that the flow will work properly
Basically I m creating a queue dispather to add data to queue without making any changes in re framework like without deleting any state but i want to use bulk add queue in process.xaml

@Kalyani16

Welcome to the community…

You need not delete…but if you are using bulk add again you dont need a separate process instead generally we do it in initialize first run condition…

But if you still need it in get transaction you need to remove get queue items and use if condition to set the transactionitem to a value when transaction number is 1 and set transactionitem to nothing for any other value…please change the transactionitem to string

Cheers

don’t put the dispatcher in the Process. you will break the process logic there.

add new state diagram between init and get as pictured below

Hi @Kalyani16 ,

You can convert the Re-Framework into Linear model, and use Bulk Upload inside process.xaml

Here is a useful topic to convert Re-Framework into a linear model.

Hope this helps you out.

Thanks,
Gautham.