How to use loop node ? Convert string to Json?

Hello i try to convert string to json to using it on my node loop :slight_smile:

i need a loop on the stdout data :

like see here, i got in the input a variable stdout, and i want loop on this :
but the loop don’t have a var choice for the loop :

how loop on my stdout please ?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: n8n Version 1.64.3
  • Database (default: SQLite): Postgresdn
  • n8n EXECUTIONS_PROCESS setting (default: own, main): ???
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker local serveur
  • Operating system: Linux Debian 12

Welcome to the community @Issa2024 !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


To achive what you want, you do not need to use Loop node. Instead, replace Loop with Split Out node.

2 Likes

works perfectly thanks !

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.