I’m testing a reatime listener to get updates from the database but the update is being made via the Transaction API and the listener doesn’t appear to hear it.
If I manually update the businessName property directly in the database or send an update via the REST console it works fine and the property updates on the page in desktop preview (using binding data on a text block), but if I update the same property via an api service in Cloud Code that uses the Transaction api it misses it.