I’m working on the Level-Two Course. I’m on chapter 5.2 and am trying to setup the “Convert to File” node taking data form the “True” output of the “If” node. The directions say to:
Convert each item to a separate file
and I’m just not seeing an option to make each row of data into a separate file.
I am not sure if we are supposed to help solve, but, on n8n, each item passed from another node will get auto iterated. (dont recall the exact setup) or you may need the split out node.
I’m wondering if this is a typo? The heading says “Generate file” (singular) and that’s what happens and what makes sense. The generating of multiple files happens on the next section (and there is a loop node).