I can have a delete button in the gallery with the code below and it removes the local collection record no problem.
remove(LocalDraft,Gallery3.Selected)
If however i add in a new validation screen to confirm deletion or UpdateContext variable on the same screen the code above never removes the record.
on the new validation screen yes button to delete i have this.
Remove(LocalDraft,Gallery3.Selected);SaveData(LocalDraft,"LocalDraft");LoadData(LocalDraft,"LocalDraft");Navigate(OutBox,ScreenTransition.Fade)
anyideas why it is no working?