This is the first time I am using the patch feature. I am getting the following error message.
Power Apps error on the submit button. “The specified record was not found.”
This is the code I am using in the on select button of a page to insert new records.
Patch(UK_Contacts,Defaults(UK_Contacts),{Contact_ID:DataCardContact_Id,Email:DataCardEMail.Text,email2:DataCardEMail2.Text,First_Name:DataCardFirst_Name.Text,Last_Name:DataCardLast_Name.Text,Title:DataCardTitle.Text,Country:DataCardCountry.Text})
What am I doing wrong. The app checker shows no errors.
One more question how do I code the radio button and the drop down.
