Understanding data structure and referencing previous nodes

I’m getting started with n8n and have got stuck in the data structure. In my workflow I have this Remove Duplicate node:

I a later node I want to compose an email which should include the link for each item from the Remove Duplicates node. But as soon as I add .link the selector turns from green to red.

What am I doing wrong here?

Solved! I was missing the .json intermediate.

1 Like

Thanks for posting your solution! Now other community members can learn from it as well :clap:

1 Like

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