I'm trying to create a dynamic output in excel using a template where different parts of my workflow update different tabs in the template and produce a single dynamically named file that changes path location based on data in the source data on Sharepoint. I'm wondering if the Render, the Blob tools, or a command run would be best in this situation.
I've tried setting up the Blob with append on a single version of my output, but I'm getting the following error: "There were more than 16 records in the source" and I've noticed that with Blob, I can't use the "|||" and the tab name to isolate which part of the template file I want to blob. It just returns an error that the file can't be opened.
If I'm using the Render tool, I assume that I need to first end my workflow with a Table.
I've already determined how to create the Dynamic file name and path using a series of formulas to create a column with the final output path/filename. I'm mainly trying to determine how to combine my outputs with a template before creating the final output file for use. Unfortunately the data I have is highly sensitive so I can't provide a copy of my data and workflow.