Problem With Workflow Pushing Content From Deepseek to Wordpress

Hi N8Ners, can anyine give me any pointers on why this node is executing correctly? The node is pulling data ‘content’ from a Deepseek node and should put it into a description in Wordpress but its not pulling the data through the node. Obviously a problem with the description code but I cant work out what it is

Hey @Brian_King hope all is well. Welcome to the community.

Try

{{ $node["Deepseek - tasting note"].json.message.content }}

or

{{ $('Deepseek - tasting note').item.json.message.content }}

or (if the deepseek - tasting note happens to be just before your Create a product node

{{ $json.message.content }}

First one worked. You’re a legend thanks! (i’ve been using Kimi Ai for help me with this and so far it couldnt solve the problem!)

Yay! Glad I could help.
Kindly mark my answer as Solution. Thank you.

Cheers!

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