App not updating its data table

My data table updates every 12 hours in a google sheet but my app isnโ€™t catching the updates.

Iโ€™ve tried re-syncing and turning โ€œoffโ€ the delayed sync but still canโ€™t see the updated data. Funny thing is it worked in my prototype but has stopped working since I signed up for pro (I also did some other changes so this may be unrelated).

Any ideas why my app is unable to pull the updated google sheet data?

Solved Solved
0 4 473
1 ACCEPTED SOLUTION

Is the table you are working on is possibly set to โ€œRead-onlyโ€ ?

View solution in original post

4 REPLIES 4

Is the table you are working on is possibly set to โ€œRead-onlyโ€ ?

To protect the table data being edited by user, hide system generated โ€œEditโ€ icon to stay the table โ€œread onlyโ€ as you want.
But when we set the table read-only, the data should be cached to Appsheet server and your app will read that instead of the live backend data. So you see the old data when you synced, which was saved to Appsheet server.

Hope this makes sense with you.

You nailed it my friend! I was afraid turning on โ€œupdatesโ€ would allow users to write to my back end table (write โ€œupdatesโ€) but now it appears thatโ€™s in reference to the app pulling table updates. Thanks!

Very much so. Thanks for explaining.

Top Labels in this Space