Hi,
My scenario is I am trying to copy an entire record from one SharePoint list to another based on the selected record within a gallery.
Is there a way to do this either manually writing each field as there is only 10 or code to copy in as a one.
This is what i tried but getting errors
Patch(LogDataALL,Defaults(Archive),
Gallery1.Selected,
{
'Command Type': Label4_2,
'Log Date': Label4
}
);
Sharepoint List to be copied from is LogDataALL
Sharepoint List to receive the data is Archive
Gallery from where the record is selected from is Gallery1.
Your help is appreciated