How to upload Excel Sheet into a web application using RE Framework

Hi @Pravin_Mandadi ,
you mean you are not using Orchestrator Queues? If you are not using queues then:
1)for the first run you have to make a dispatcher which will make the excel match and add the matched datarows to a new excel file in process transaction. For this you have to perform : i). 1. Change the type of TransactionItem variable datarow type ii). Disable “GetTransaction” activity and iii). Disable “SetTransactionActivity”.

2)for the second operation you have to built a RE-framework performer in which you read that newly created excel file in init all applications scope and perform the operations in first step i.e. : i). 1. Change the type of TransactionItem variable datarow type ii). Disable “GetTransaction” activity and iii). Disable “SetTransactionActivity”. Now take each datarow and upload it to the webapplication in process transaction.

Thanks & Regards,
Shubham Dutta