My latest work or art...
I need this patch to update all of the existing fields in the SP list in this condition when the User press the update button. I've gotten it to write new with the default condition; but I can't seem to figure this overwrite language out.
Patch(MemberList, Lookup( MemberList), {Park:UpdateFormParkDropdown.SelectedText.Park, NPSReg:UpdateFormNPSRegFld.Text, DOIReg:Value(UpdateFormDOIRegFld.Text), Title:UpdateFormUnqIDFld.Text, SteNmNo:UpdateFormSteNmNoFld.Text, FrstNm:UpdateFormFirstNmFld.Text, LstNm:UpdateFormLastNmFld.Text, MI:UpdateFormMIFld.Text, FullNm:UpdateFormFullNmFld.Text, UsrNm:UpdateFormUserNameFld.Text, ECMem:UpdateFormEngCoMemFld.Text, ECPark:UpdateFormEngCoParkFld.Text, ActveECMem:UpdateFormActiveECMemberFld.Text, MemberEmail:UpdateFormMemberEmailFld.Text, ProgramHierarchy:UpdateFormProgramHierarchyFld.Text});
