This is my first workflow and so may be missing something quite simple, however the problem I have is:
I am trying to create a database of sales information (3 tables) from 3 different input files. A new version of the input file is saved each week which is inclusive of the previous weeks' data e.g. week1 = week1 data, week2 = week1+week2 data up to a maximum of 5 weeks (financial period). I have a union of the relevant db table and the new file which flows into a unique tool to remove duplicates and the output writes back into the table (overwrite setting).
I have uploaded the workflow to our Gallery and upon running it have no errors, the workflow reads in the correct files, both db and dynamic inputs, selects unique values and writes back to the db table. I can see that the SQLite file size has increased and has been accessed at the time of running the workflow suggesting that the new data is in the table. However, when I then test this, simple input & browse, it only shows me the 'old' data prior to running the workflow.
Any advice would be massively appreciated.