Json tag returning undefined after update makes me worry updating again

I am using v1.109.1 cloud version then I noticed that the tag data requires me to

{{ $(‘Fieldset’).first().json[‘First Name’] }}

and when you drag the schema

{{ $(‘Fieldset’).item.json[‘First Name’] }}

Dont returned value and causes error

Basically, this was working before now it is asking to replace .item.json to **.first().json
**
Any idea?

It’s basically can not check the reference from the node you are asking.

So you don’t change the workflow at all and it’s broken after you update to 1.109.1?

Yes , it start getting error after executing it . To fix it I had to use
{{ $(‘Fieldset’).first().json[‘First Name’] }} per N8N AI Suggestion

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