Hi guys,
I'm new to Alteryx and was wondering if I could get assistance.
Below is my issue:
I have 3 excel files, of which I've combined to create a single master file, and output this master file to excel.
I need to update the master file with new data. I'm using the 4th excel file to update the master file. What I've done is that, I load the 4th file, compare it with the master file (using join tool) to see if the new file is having new record and existing records. I then need to add new records to the master file. This worked just fine.
But the problem comes in when I have to do another update. I have new data, which I need to paste on the 4th excel file under the existing records. I need to be able to pick up the newly pasted records, compare them with the master file, then add those records that don't exist in the master file back to the master file...and this will be a continuous process.
More like...how do I use the same excel sheet (with old and new pasted records) to update the master file with new records continuously?
I hope I've managed to explain my issue better.
I've attached a pic of my workflow.