Hi guys, i have been suffering for being able to create a form that let to the user create or update info of the participants in a project so i created two sharepoint list with the firs i created the entrys or the log for all of the projects that the organization currently have, so when the user starts the app would only see the projects in wich he or she is encharged. For the second list i have several problems, the most importan is that when i created a form for the reporting process ( in which it must be attached info ) the form shows all of the projects currently these are the structure for the items properties:
LIST1: Filter('Registro de Proyectos y Servicios','Lider Funcional'.Email=User().Email)
LIST2: Choices([@'Reporte de Empresas'].NombrePS)
eventhough i have the filter function into the first list the second does not show the records for the current user,
I do not know what i am doing wrong !!!
thanks