Hello,
I am trying to create a workflow that imports an entire excel workbook, and updates a certain tab (sheet) with a new file sent by a client. The workbook holds various sheets with different schema. So formatting is not consistent regarding the entire workbook. Think of an accounting workbook with different sheets. However, the specific tab that needs to be essentially replaced with the new client data, is the same schema.
The following results need to be achieved:
1. Importing a full excel workbook (All sheets have different schema)
2. Replace one sheet with another from a client (They are the same schema)
3. Output the full excel workbook with a specific sheet updated, now holding new monthly client data
I have attached a mock workflow of the inputs and outputs incase my description did not make sense.
Any assistance is extremely appreciated. Thank you!