Table Writer -- Append if file exists

Hi @christian.dietz
Yes, happily… I have a workflow where an R snippet is inside a loop. The “Loop End” node appends the results of the loop automatically. But in this instance, I need multiple tables from my R snippet, which requires multiple “R to Table” nodes. And since I can’t have two “Loop End” nodes, I need some way to collect the results of the loop – So I write to a CSV, simply for the purpose of reading it back into the same workflow for later processing/evaluation.

Here is what my workflow looks like visually:

I hope this makes sense, and maybe there is another way to solve this problem. I simply was going to use the “Table Writer” node in place of CSV because of the file write/read size/speed. It would be ideal if there was a way to collect the results of the loop without actually having to write to a file.