Hi im currently working on making my apps offline,
I would like for my apps to save to the database when connected to the internet and if not connected send to collections and when reconnected to the network send the data, i have the following error.
If the collection has multiple entries all the entries are sent as the same entry? See the syntax below
If(Connection.Connected, Patch('TEST', Defaults('TEST'),
{Assetid: Assetid_Dropdown.Selected,
starthours: Value(DCV_starthours.Text)}));
If(!Connection.Connected, Collect(OFFTESTCOLLECTION,
{Assetid: Assetid_Dropdown.Selected,
starthours: DCV_starthours.Text}))

Report
All responses (
Answers (