Hello,
I am fairly new to Alteryx and I have a project to extract data from daily report files over a 6-month period. I was given a workflow which starts with a text input that has 1 row and 5 columns. The rest of the workflow repeats 5 times - one time for each column in the text input. The data in each column is a numerical representation of a date, which downstream in the process is used to determine the correct folder and file to find the necessary data in.
I have extensive experience in VBA so naturally I feel that there must be an easier way to do this than repeating the steps in workflow several times. Additionally, I am limited to running 5 days at a time right now.
I would like to set it up so that my text input has 1 column (called Date) and I can put 1 to many rows of data in this row, and have the workflow repeat until all rows in the text input are processed.
Additionally, since all data is output to the same Alteryx database file, I need each iteration of the workflow to complete before the next iteration starts.
I have been combing the internet to find a solution, even watching Alteryx training videos, and I am coming up empty (although I am learning more about macros
)
Any help would be greatly appreciated!