Hi
Just starting on an offline app. The code I use is as follows located on the onstart property of the form
If(Connection.Connected,ClearCollect(Quotes,Filter(Quoteclient,Quoteno>300)),LoadData(Quotes,"Localquotes",true));SaveData(Quotes,"Localquotes")
I ran the app online then changed to airplane mode.
A red bar on the top said 'an unknown error has occured' and then when I reopened the app there was no data !
Fairly sure the code is as per tweet example but maybe I have missed something
Cheers
Richard