"notes": "This formTrigger node performs automated tasks as part of the workflow." "systemPromptTemplate": "You are an expert extraction algorithm.\nOnly extract relevant information from the ...
"functionCode": "let results = [];\n\nfor (item of items) {\n for (key of Object.keys(item.binary)) {\n results.push({\n json: {\n fileName: item.binary[key].fileName ...