Merging of Workbooks Not Working

Hi everyone! I am trying to merge 2 similar sheets from 2 existing workbooks into a new workbook.

I have some errors I don’t really understand… I have zipped my project here: Project Zip

My 2 sheets from the 2 workbooks (“Files” Subfolder) look like this:

Over time Estate.xlsx

Over time Operation.xlsx

Basically, I just need to merge these 2 sheets into a new sheet in a new workbook. After that calculate the overtime pay and sort them by Total OT ($). You do not need to account for repeated names.

The output needs to look like this:

@anon97

check the zip file

It doesn’t work… Do you mind helping me integrate it?

@anon97
MergeSheet.xaml (14.1 KB)

There is still the same issue… Could you try zipping the whole project together?

what was the error. can u send error screenshot

hi when i open the flow in the for each file there is only one read range having DT as OTDatatable. for combined data table there is no values. u have to merge two files. then use two read range and based on ur destination give the source file. then from that output use other actions. but sometime i faced error after merging if i use the datatable name directly its showing some error. in that situation u just clone the DT and then use filter, sort and finally write in new excel file

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.