How to sync up AppDB and underlying datastore

I am updating documents in my AppDB through code and I want that data (from the updated document) to reflect in the dashboard (which uses a dataflow from the underlying datastore). But the underlying datastore for the AppDB is not updated. It seems that API should have triggered a job automatically to update the datastore but that is not the case.

How frequently is the underlying datastore updated? Is there a way to trigger an update to make sure underlying datastore is in sync with the AppDB?

Best Answers

Answers