Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
This might not be the most intuitive data flow but hopefully it more or less achieves what you need. What it does:
1. If CurrentMonth exists on the input Excel file, then we will read that sheet, append your new data to the end.
2. If CurrentMonth does not exist, we just create a dataset that has the new data on it.
3. We will make a copy of your input file to the new file name (I set it as a data flow parameter).
4. If step 1 was true, we will overwrite the CurrentMonth sheet with the updated dataset on our newly created file.
5. If step 2 was true, we will create a new sheet named CurrentMonth to the end of the newly created Excel file, with all the other sheets remaining on the output file.
Attached files
Dynamic Excel - 23 Sept 2020.lna
File-NoCurrentMonth.xlsx
File.xlsx