I currently have a wildcard input grabbing all files in a directory. I want to run it through my workflow and get a specific list, which I then want the workflow to continue to update (append existing output) when running the following file in directory.
Examples: Say the workflow grabs value + 1
Input 1
Input 2
Expected Output
Output I got
I've tried using union to combine the iterative outputs, but since the input does not refresh/update, I'm still left with only the last input iteration.