I have a workflow that will be reran each day with new files. On my second day of running this workflow, I noticed my output file contained some data from the previous day. Upon further investigation, it seems this data is somehow being combined with my new data after going through a join tool. Essentially, it looks like data is randomly coming through my join tool. These old IDs that are coming through are not in the new data files. It doesn't appear to be a lot of my data, but it is messing up the reporting output.
I've tried deleting the join tool and input data and remaking that portion of the workflow, but that doesn't seem to be working either. I'm not sure why this would be happening and my searching has come up empty so far, any suggestions on how to fix this?