Realm database trigger match expression seemingly not working

Hi @Lukas_deConantseszn1,

The first qoutes in the statement looks malformed:

{“updateDescription.updatedFields.profile”:{"$exists":true}}

If there is an issue in parsing this the filtering might be off. Please fix as follows:

{
  "updateDescription.updatedFields.profile": {
    "$exists": true
  }
}

If this do not help please send us a link of the trigger.

Best
Pavel

1 Like