Hi everyone,
I am a working on workflow that is intended to use a set of start dates as inputs for queries.
Let's say that there are seven start dates, and I would like to pass each of them, one by one, into the workflow to act as inputs for the query.
For example, the workflow will first run and finish with 2022-10-01 as the start date input, and then run with 2022-10-02 as the start date input, and then 2022-10-03, and so on.
As part of the workflow, I would like the results of the seven queries to be unioned together at the end.
How could this be achieved in Alteryx please?
Thank you for your support,
Alex