Airtable Node: Use item at correct index in base/getSchema (#13174) (f2e3586)
Here is an example of simple workflow to show the issue. In the “Edit Fields” node, {{ $('Yesterday').item.json.newDate }} returns undefined while {{ $('Yesterday').first().json.newDate }} work.
In that case I think {{ $('Yesterday').item.json.newDate }} should be valid
Yes but sometimes you don’t want the first item but the matching item. That was working previously and stopped working in recent version @Daniel_Lamphere
We did a 1.79.4 release last Friday that should fix, It should also be resolved in 1.80 and 1.81 if you wanted to try one of the more recent releases as well.