Hi there,
I'm developing a workflow for our insurance invoice team where they download excel exports, do a bunch of data manipulation, and copy and paste the results to a summary file for FY21. The summary file has tabs for each month that shows the grand total breakdown each week. I'm trying to develop a workflow that will pull the file name from the invoice load, because it usually incudes the date in yy/mm/dd format. Then I'll parse it and output it to a sheet name, so "210108" will paste into January 2021 tab.
The issue is that I'm not sure how Alteryx will paste it into a specific range? How can I get Alteryx to recognize that for the current week, create a new column next to last weeks and not overwrite anything. And for each new month, is it possible to create the new tab and populate the column, or do I need to create a template with all the months first?
