Hi everyone,
I've been searching for solutions in the community, but although I found some related topics, I couldn't find anything that addresses my specific problem.
We have a SharePoint folder where we store multiple Excel files with the same format: identical columns or schema, but each file represents a different request.
My goal is to create a scheduled workflow that does the following:
- Reads all files and combines them into one dataset.
- Creates an aggregated table for stats monitoring.
- Uploads the workflow to the gallery for scheduled runs.
So far, I've created the DCM for the SharePoint connection, allowing me to read and write to the SharePoint folder without any issues when dealing with a single file. I also tried outputting the filenames and creating a batch macro to replace the filename, similar to the usual method of combining Excel files in Designer Desktop, but this approach didn't work. Now, I'm stuck on how to combine my Excel files in SharePoint.
Does anyone have experience with this and can help me solve this?
Thank you!