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
where the expression (from the schema def) is applied on the object. However, a typical case is to write the current user in a "lastChangedBy" field. This is not possible at the moment.
We could introduce a $context() jsonata function and provide the parent component the ability to provide a context object.
The text was updated successfully, but these errors were encountered:
We currently evaluate computed expressions are follows:
where the expression (from the schema def) is applied on the object. However, a typical case is to write the current user in a "lastChangedBy" field. This is not possible at the moment.
We could introduce a $context() jsonata function and provide the parent component the ability to provide a context object.
The text was updated successfully, but these errors were encountered: