I have 2 SharePoint List: Company and Contact list. The company has Title (Code for company C1,C2,C3, etc) and Company Name, Contact list has Id Company (C1, C2) for relation with Company List.
I to need and i have a problem:
1. Display in the form Contact the Drop Down with all names from the company Name from company List
2. When submit the form y to need saved the Id company in the contact list (IdCompany), but i do not how to do that
1. I can show the company in the Drop Down.
a. Look the image:

b. Default Value: If(VarNuevoRegistro,"NEW COMPANY",LookUp(CompaniaCRM, Title = GalContactos.Selected.IdCompania,NombreCompania))
2. But I can not save the form with the choices from the list, i need save the code, how to do that?
Thanks a lot.