I have data which will be loaded into alteryx incrementally (with data from the previous day).
However after some transformations within alteryx, I would like to output this data to append a qvx which contains all historical data.
For example, it’s Day 4 so I load the data for Day 3 in Alteryx. Run the workflow and I would like to end up with a qvx where Day 3 has been appended to an existing qvx which already contains Day 1 and Day 2.
Is this possible?