Not sure if this is possible, but I have existing workflows that, upon output, go into Excel and 'Change File/Table Name' by a 'field containing file name or part of file name' (keep field in output is checked). Everything in that flow is working as expected and desired.
However, I also have a second workflow with slightly different data, but that is still separated by the exact same criteria above. I would now like to combine the outputs by that same Field Containing File Name.
Example:
Workflow #1 results in an Excel output with tab names of John Smith, Sara Smith, and Brian Smith.
Workflow #2 results in an Excel output (new file, different data from workflow #1) with tab names of John Smith, Sara Smith, and Brian Smith.
Desired FINAL output:
Excel output with 1 workbook per tab name - so, Workbook A would have two tabs for John Smith (John Smith 1 & John Smith2 ). Workbook B would have two tabs for Sara Smith. Workbook C would have two tabs for Brian Smith.
Thanks in advance!