From: Christian Weiske Date: Mon, 12 Jan 2026 16:34:14 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/949.git/commitdiff_plain/refs/heads/master --- diff --git a/code.js b/code.js index bd158e5..d9bfbe5 100644 --- a/code.js +++ b/code.js @@ -1,6 +1,7 @@ // Node type: Code // Mode: Run Once for All Items // Language: Javascript +// Source: https://community.n8n.io/t/create-markdown-file-from-an-array-of-strings/122148/2 const items = $input.all(); const combinedText = items.map((item) => item?.json.data).join("\n\n");