Error 54507
Product: Sync
Error - 54507
Sync: Invalid query
Valid query expression is expected.
Possible Causes
- You made a typo.
- You've made a programming error that produces a corrupt expression (where usually the expression is valid).
Possible Solutions
- Check that you're adhering to the right format. Query expressions must be specified in infix notation in the form
field operator "value"
. - Check that you're using supported operators. Please review https://www.twilio.com/docs/sync/live-query for a list of supported operators and query examples examples.