Hi All,
I am running into an error while trying to output to several files with the same structure to multiple excel templates.
I have about 150 manager reports that were all created from the same template. I then have a workflow designed to output the individual records to the corresponding file based on the file name and the appropriate range. FileName = <Directory>+[FileName]+".xlsx|||Sheet1$B10:P50" . My output tool is configured to "Change Entire File Path" and pointed at the FileName Field. I overwrite the sheet/range and preserve the formatting.
When I run the workflow, the first report gets populated, but it doesn't look like any others do, and I get an error "encountered existing data beyond the specified range." I don't know why I get this error, because all the files are created off the same template, and the workflow runs the same data for all the managers. And the first report appears to populate correctly.
Any thoughts why I might get that error? And how can I fix it?