I have the same code and another field and in this if the input is saved. I do not get it.
if (input.Clientes1 != null)
{
if (input.Correo_Electronico != null)
{
for each i in
input.R
{
i.Ordenes = Clientes1[ID == input.Clientes1].Correo;
i.Nombre = Clientes1[ID == input.Clientes1].Nombre + " " + Clientes1[ID == input.Clientes1].Apellido;
}
}
}