I'm new to Alteryx and I think this is a simple question, but I'm just not seeing any answers in the knowledge base or elsewhere on the community pages.
I have two files, one is a list of "Org ID". The other file contains data, and one of the columns in the data is Org ID.
I need to pull the data from the second file and append it to an excel template for each "ORG ID" value.
I'm just looking for a simple example on how I would best do this.
I've looked at iterative, and batch macros, but I'm just not sure how they work, or if they are overly complex for what I'm trying to do in this case.
By the way, this is just made up sample data, in reality I will be pulling from a Teradata database.
I've got that part figured out. I was able to pull all the data, and export it to Excel.
I just can't seem to figure out how to loop through my ORG ID list and create a separate report for the data for each ORG ID
Any help would be much appreciated.