
Hi Mates,
I just followed Shane video and created a Test app, for offline mode (run with mobile), but it throws below error during every time i submit.
to add(saveitems) button onSelect
If(Connection.Connected,
Collect(itemstokeep,{itemtitle:TextInput3.Text,itemdrp:Dropdown1.Selected.Value});
SaveData(itemstokeep,"Localcache"),
LoadData(itemstokeep,"Localcache",true))App load during load app load with a local collection/cache Temp data
LoadData(itemstokeep,"Localcache",true)during adding to collection it through errors
just two control(textInput,dropdown)
Gallery to display the saved/collection items.
Collection to assign to gallery
button to submit and add data to the collection.
your help is really appreciated
Thanks,
Hi @Anonymous ,
I assume you are testing on a mobile device. If so, there seems nothing wrong with your code, except if you were testing offline, the collection would not be done. Have a look at this document that sets out the process in very good detail.
I assume you have tested the collection separately to ensure it works.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.