Help me with Node value

Hi Guys

Anyone knows how to fix this?

I didn’t get it why it’s undefined when it put the “CompanyLinkedinUrl” and “WebsiteContent” but it has value inside of it if you look at the left side.

it always output as undefined when it put it into a edit fields nodes

I will appreciate any help. Thank you!

Is it nested within a sub-object in the JSON you are referencing?

Try just dragging it over into the expression field. Maybe it has another part of the path, like {{ $json.companyInfo.CompanyLinkedinUrl }}

2 Likes

Thanks for that! I fix the issue with your suggestion. I really appreciate that!

It’s in another part of the path and when I tried that it worked.

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