Part of my flow requires that a join be done with an external file (it has previous week's values). After that join is done, that file will be overwritten with new values (current week).
However I need to make sure that the Input runs first to bring in these values, before the output (overwrite) happens. I tried using the Block Until Done tool, but it doesn't seem to be working. The Output tool runs first and overwrites the file before Input tool runs.
How do I correctly set this up?
