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
I'm trying out the new validation for FEEL expression [0] access. Whenever I write a FEEL expression with a [0] part the editor reports "unparseable FEEL expression":
Steps to Reproduce
Create any FEEL expression, i.e. ServiceTask => Retries of the form = friends[0]
See editor indicates expression is unparseable
Expected Behavior
The expression shows the issue, but is not marked as unparseable, because that is not correct, factually
Environment
Host (Browser/Node version), if applicable: Chrome 128
OS: Linux
Library version: v5.24.0
The text was updated successfully, but these errors were encountered:
I'm looking into this, and see if there is a quick fix available. As of today the properties panel always calls onError, no matter the FEEL validation returned.
Describe the Bug
I'm trying out the new validation for FEEL expression
[0]
access. Whenever I write a FEEL expression with a[0]
part the editor reports "unparseable FEEL expression":Steps to Reproduce
ServiceTask => Retries
of the form= friends[0]
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: