hi @eka24
the Defaults(Lis)
Patch(List, Defaults(List), {Date: DataCardValue15.Selected.value,
Description: Datacard.Text} )
is creating a new record.
I want to update existing record selected in the Gallery which open in FORM.
I can't get it working.. may I know what is the syntax to update the currently record selected from the gallery?? Thanks
The ThisItem or This Record cannot be put into my patch. Am i missing something?
Currently when I click on record from Gallery it open in FORM
Patch('Iist', Gallery5.Selected, {Date: DateDatecard.SelectedDate, Description:Despinput.Text})
the selected gallery also create a new record. Please advise. thanks
------------
