You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this one, We already have this one logged internally and we are tracking it as PAY-105. That example to reproduce is handy as well 🙌🏻
We updated to the newest n8n version v0.212.0, and our already existing workflows are crashing.
ERROR: Failed to extend syntax
Create a code node with just an empty list and use an expression with "?". This will crash, but did not crash in 0.210.
Easiest Example that exists:
Code Node Once Each Item:
If Node 💥 :
{{$json["test"]?.length >0}}
If this is not a bug, do we have to to manual type checks like?:
{{$json["test"] !== undefined && $json["test"].length >0}}
We may overused the expression function in the past 😅
The text was updated successfully, but these errors were encountered: