Hi, I have a jobcard app. When the user fills out the fields and selects the 'add record' button, it saves to a collection called KBLCollection. I then have a gallery called CollectGallery (The Items property of the gallery is KBLCollection), i have a submit button in the gallery (Submits to sharepoint list) with the onselect properties set to
Patch(KBL_App, Defaults(KBL_App),{Title: CollectGallery.Selected.Title,Date: CollectGallery.Selected.Date});
SaveData(KBLCollection,"KBLCollectKeep"), (The submit button is the black button in the gallery below)
When the user hits the submit button, I need something to show up saying that individual entry in the gallery has been submitted. Any assistance would be much appreciated