In an Alteryx workflow, we have 9 separate containers that generate the same output file (Firm.xlsx) but with different sheet names (A to I). Each container writes its own sheet to the file, resulting in multiple instances of the same file being overwritten.
Requirement: We need a single Firm.xlsx file that consolidates all sheets (A to I) into one final output file, ensuring that no data is lost due to overwriting.