I am new to N8N. I am having an issue uploading the json data to my ftp site. the connection does transfer dummy data, but not the data spreadsheet to json data upload.
The Read OneDrive Spreadsheet node displays the correct info
The FTP sys the node was successful but the ftp json file is empty.
Is there a array or loop i need to use to insert the data to the json file on the ftp site? Any recommendation to get this workflow to work?
Just made sure that it really works as I’ve never used the ftp node before, here my workflow i used to test it:
Edit:
The only problem with my test workflow is, that each item gets written independently, but with the same file name.
That means that only the last written item gets saved.
To put all items into one file you can aggregate all items into an array with the “Item Lists” node like this: