I Have a question Guys…
I have to do a process using RE-Framework that will:
-
Extract data from a specific portal and write it to excel file.
-
Read this excel file and copy data of specific column and paste all data column as text split by space in another portal that will check duplicate with our system.
-
Then, if something appear as duplicate I’ll extract it and delete it from our excel and create excel sheet in the same excel file that contain unique data that is not duplicated.
I Have all these processes is ready as leaner processes, but how I will use REF to add these processes, ExtractData.xaml-CheckDuplicate.xaml
What I Have to add it to InitAllApplications state and Get Transactions state,
Knowing that will appear as single transaction, so how I will do that ?!