hi I trying to copy selected items in a gallery one row into a new records with new ID.. it's not working?
What did I miss? Thank you
Records are in Gallery picking up from SP list, I want to patch existing records - the same data as a new row of record with new ID one time only not to duplicate or auto copy again..
and save back to SP list as a new row record.. do I need to reset also somewhere???
both not working..
Select(Parent); Patch(List,LookUp(List,ID=ThisItem.ID)
{ Cat:{Value: CatG1.Text},
Type: {Value: TypeG1.Text},
C: {Value: CG1.Text},
IO: {Value: IOG1.Text},
Com: {Value: ComG1.Text},
Cod: {Value: CodG1.Text},
J: JG1.Text,
no: noG1.Text,
Date: DateG1.SelectedDate,
Amt: Value(AmtG1.Text)})
why the patch not working??? Thanks
