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
Result: undefined is not an object (evaluating 'e.apply')
Note that if I replace $contains("123", $lowercase()) with an actual result of this call (either true or false) it works properly and returns undefined.
Digging into this a bit more, we discovered that when the second arg of $contains resolves to undefined - it crashes: https://try.jsonata.org/2cN8l5GkQ