I am trying to build a simple batch macro. Please see below details of the batch macro.
- Alteryx Date Batch Macro : The input to this macro is a text input tool with 3 dates in a column. Once I call the batch macro, I want this to run a loop for each date and then append / union the output together or seperately to be unioned up later into a master alteryx database file.
- How can I append each run to the master alteryx database file? Currently this is only outputing one alteryx database file with only one date, not three. It is not consolidating the output.

Please see attached clean example. Thank you.