hi
I need to update changes on the date picker when selected.. but it is not patching back to SP list.
Patch('list',ThisRecord,{Description: TextInputDes.Text, Date:DatePicker1.SelectedDate }))
Thanks.
Please consider changing your Formula to the following:
UpdateIf('list', ID=ThisRecord.ID, {Description: TextInputDes.Text, Date:DatePicker1.SelectedDate }))
I hope this is helpful for you.
Hi @RandyHayes
Thank you for your response
I have a question, this syntax does work but ThisRecord,ID..
When I edit and patch one duplicate record and submit, it changes all the rest of the same duplicated records too?
10 May - Des 1
10 May - Des 2 - need to change to 9 May
10 May - Des 3 - need to change to 8 Apr
when I input 9 May and Des May - all three changes become 9 May and Des May.
I just want to changes the selected row of records that is been edited. not the rest of the records
Can you kindly advise? Thanks.