I need this Patch to update the fields within it for ONLY the Member and CQTitle associated with Defaults(MemberCertsandQualsList.ID). I am pulling the 'ID' from the SP list MemberCertsandQualsList.
Will the below do what I desire, and not update any other items on the list.
Patch(MemberCertsandQualsList,
Defaults(MemberCertsandQualsList.ID),
{DteofCQ:Value(UpdateCQDateofAwardFld.Text), CQYr:Value(UpdateCQStandardYearFld.Text), CertBody:UpdateCertifyingBodyFld.Text, CQTitle:UpdateCQTitleFld.Text, CertNo:Value(UpdateCertNumberFld.Text), ClassNumber:Value(UpdateClassNumberFld.Text), ClassStartDate:Value(UpdateCQClassStartDateFld.Text), ClassEndDate:Value(UpdateCQClassEndDateFld.Text), AcrdtnAgncy:EditAccredingAgencyDropdown.Selected.Value, Rcprcty:EditReciprocityDropdown.Selected.Value});
