Hello,
How to select last node return json:
[{ "metrics": { "annualRevenue": "XXX" } }]
How to write this expression in n8n? Cause the first object nothing is working well for me.
Tried:
{{$node[“ClearBit”].json[“metrics”][“annualRevenue”]}}
{{$node[“ClearBit”].json[0][“metrics”][“annualRevenue”]}}