How to fix this "2" that appears for no reason?

Hi everyone, I’m stuck on my AI workflow. I currently have one node connected to my memory, but I’m not sure how to allow other parts of the workflow to access that same memory.

I’ve tried a few things, but I can’t seem to get the connections right. Does anyone have an example of a “clean” way to set up shared memory across an n8n AI agent?

No need to worry @Lunarplume that’s actually expected behavior! The “2” indicates that the Agent interacted with the memory node twice during the execution: once to retrieve the previous conversation history and a second time to store the new interaction.

1 Like

Thank you for your help and time!

so basically the 2 means that the memory tool was used 2x during the execution.

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