Hello everyone.
I need help, I have a SharePoint record and I'm making the form by Power Apps.
What I want to achieve is this:
There is a field that is "Email" and another field is "Name". When the "Email" is entered, I want the full name of that Email to be entered automatically in the "Name" field.
I will be attentive to your comments. Thank you very much
----------------------------------------------------------------------------------------------------------
Hola a todos.
Necesito ayuda, tengo un registro de SharePoint y estoy haciendo el formulario por Power Apps.
Lo que quiero lograr es esto:
Hay un campo que es el "Email" y otro campo "Name". Al momento de que se ponga el "Email" quiero que automáticamente en el campo de "Name" se ponga el nombre completo de ese Email.
Estaré atento a sus comentarios. Muchas gracias
Solved! Go to Solution.
Ok try
DataCardValue2.Selected.Email
Usted necesita salvar el nombre de la persona devuelta en la lista de sharepoint? Si es asi probablemente esta salvando informacion que no es necesaria. Si agrega una columna "People" en su lista de share point cuando seleccione la persona tendra automaticamente todas los datos de esa persona. Ahora tambien puede adicionar un label que puede ser un html label y concatenar todos los datos de la persona que quiera mostrar. Por ultimo si en difinitiva usted quiere es guardar el email y el nombre en Share point. Creo que tu formula le esta faltando "DataCarValue2.Selected.Value"
I changed it to English so you can have a little more. Still not working
Hola @sajarac Tampoco me funciono
Cambie "Name" por "DisplayName"
I think the error is in your ; & , in the formula. In english powerapps we use lookup(source, whattolookfor, what to return) in spanish i think the ,'s may be ;? In your app there you used the ; once and the , once it shiukd be one or the other
Try changing .selected.Email to either .selected.value see if that clears it up
Sorry @TheRobRush , I just tried to help him because I saw the post in Spanish but you have the lead.
No worries man, there's never too much help
I get 6 options: Claims, Department, DisplayName, Email, JobTitle, Picture.
When I put "Email." I don't get any option
User | Count |
---|---|
252 | |
106 | |
95 | |
50 | |
39 |