I'm trying to update a CSV with a new row generated in my workflow.
I read in the old data from a CSV
I union my new row with the old data
I output the data
but the workflow gives an error "The process cannot access the file because it is being used by another process". I'm a little stumped at a way around this?