All,
I have a flow that exports data to our SharePoint Site (documents). The flow also creates a folder based on current Date and uses Employee ID to name the file.
So Inside our SharePoint Site we will have multiple folders and files:
Share Point URL (example): https://test.sharepoint.com/sites/test/
Folder and File (example):
/Timesheet/TimesheetTest/01-24-2022/Employee101.cvs
/Timesheet/TimesheetTest/01-25-2022/Employee102.cvs
/Timesheet/TimesheetTest/02-24-2022/Employee103.cvs
Now I would like to create a new flow and combine all these files into one master Excel file.
All files have the same column's and none of these files are in table format.
Is this possible?


Employee101.xls