Hey Alteryx community got a big question here,
So I have two sets of data I am inputting into my flow. The First, is one file, lets call it the master data, the second actually is a folder with x amount of files that are templates filled out with different information (but all in the same structure). Both sets of files are connected, the first task is to take info from the master and update it in the templates. The second is to see what in the master isn't found in the templates, after finding what's not there I need to add the new items to the templates.
I've been able to separate the newly added info from the master, but I don't know how to add it to its corresponding template to be able to output it in the end. Any idea on how I can configure the data into these already premade files.
In the diagram below, I've highlighted where I attempted to join the newly added data to the premade files using the Union tool. The issue im running into is that I dont think the union tool is the right choice here and also how to finish out the flow and make sure the new info will populate in the files they belong to.

If anyone needs more information or explanation please let me know, more than happy to explain.