문제

I would like to Filter the gallery by the current user in Powerapps. It tried using Filter('Declaraties';Naam.Email=User().Email) in the Items field in the gallery. But did not work.

Than I remembered. In my organisation our Microsoft mail is firstnameuser@companyname.com. But it differs from our e-mail address which is firstletterfrondnaam.lastname@companyname.com So I think that this formula cannot work since our email address differs from the user E-mail.

How can I solve this?

도움이 되었습니까?

해결책

Try Using:

Filter('Declaraties';Naam.DisplayName=User().FullName)

Note: Display names in your organization must be unique for every employee.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top