I have two legs of a workflow.
The first leg takes an input, manipulates it and outputs the data ("Altreyx Output"), which has three columns (Month & Year, State, Amount). This data is output to an existing workbook that has other tabs that summarize this data by period. For example, a summary tab and 4 tabs that detail amounts by state and month for each quarter (e.g., Q1, Q2, Q3 & Q4). These sheets are formula-driven and populate with data from my 'Alteryx Output' tab.
The second leg uses the existing workbook I noted above as input. I then take the data by period and use it for other downstream reporting which isn't pertinent to my problem.
The Problem: I was able to output to my file and subsequently use it as an input without issue, as they are in separate containers. However, even though the data is correctly populating to my desired files, when I use it as an input, it does not contain the data (amounts). It pulls in the schema as expected with all of the headers and rows, just no underlying data. It should also be noted that I have been running this for days without issue, all of a sudden this is happening.
I copied the sheets into a new workbook, re-ran and it worked. But it only works for the initial run after deleting or putting in a new file, then it reverts back to not showing the data.
Any thoughts on why this is happening?