I want to merge both excels into single please help me to do this
RPAMMCHG49InvalidRejected.xlsx (8.9 KB)
RPAMMCHG46InvalidRejected.xlsx (10.6 KB)
1 Like
You can try with Merge data table activity
Check out the XAML file
MergeDT.xaml (7.1 KB)
Regards
Gokul
Check out the XAML file
- Use Read range activity → Store it as Dt1
- Use Read range activity → Store it as Dt2
-
Use Merge data Table activity
-
Use Write Range activity
Regards
Gokul
@HeartCatcher please ensure not to forget to put right sheet name and range as shown.
Actually at end of the process the output file will generated it can 2 excels or more it is not constant so how can I merge the excels irrespective of the number of excels
We can simply use the activity and perform similar operation .It will work irrespective of number of files getting generated!