Hi All,
I am struggling to get patch function to work. Code below is not patching
Please can you help.
Thanks
Patch(
'Archive',
LookUp(
'Archive',
ID = varItemID
),
{
ContractOwner: cbxContractOwnerView.Selected,
Company: cbxCompanyView.Selected,
BusinessFunction: cbxBusinessFunctionView.Selected
}
);