Then Nombre field is set to User rather than type text. You’re trying to save a text to a User field (fitting a square peg into a round hole). Change the data type of the Nombre field to text by deleting it and creating a new one.
Also is there a reason Members is a separate data type instead of just making registered Users members of something? Depends on your use case.