I need a very simple workflow to parse CSV files submitted in an n8n form into Trello. However, I don’t want the files to accumulate on my server.
With this workflow, are the submitted files stored on the file system or are they discarded once the workflow finishes?
Reading between the lines a bit on the documentation page about how cloud storage is handled, I would conclude that binary/file data is retained in the execution-data item in the n8n database. To manage that, you would change the settings for when and how long you retain execution data.
2 Likes
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.