Syncing between two Glide apps

Hi,

How does syncing between two Gldie apps work that share a Glide table as a data source?

Example: I have app A that uses a “Tasks” table and app B that uses that same table as a data source.

How long should it take for the changes made by either app A or app B to be reflected in the table?

If you make a change in the shared table in either App, the change should be reflected in the other App within a few seconds. Of course, this only applies to non-computed columns.

2 Likes