Hi all, simple question.
Does the convert to file (in this case I want a CSV) node actually save the file to disk?
I have a flow that this is the last point on, but there is no file saved?
Hey @Gibbon , I didn’t hear “merge” question. Converting data to binary file does not save it to disk but rather keeps it in memory. If you need to save it to disk, you can use Read/Write Files from Disk node.