Mapping

Try to follow below steps:

  1. Use activity Read Range to get the data from first excel file to a DataTable variable e.g. dtFileOne
  2. Use activity Read Range to get the data from second excel file to a DataTable variable e.g. dtFileTwo
  3. Use activity Merge Data Table to merge data tables

Your workflow will look like this one.

I hope this will be helpful.