Issue with data retention between Two Loops in a Workflow

Welcome to the community @Vinicius_Mendonca !

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!


By default Loop node accepts only 1 set of items. To iterated over the 2nd set, the node has to be reset. Take a look at Loop Node Only Processes the First Item - How to Fix? - #10 by ihortom for more details.