Filters a data source based on the current logged in user

PHOTO EMBED

Sun Jul 17 2022 08:14:46 GMT+0000 (Coordinated Universal Time)

Saved by @gofunk1 ##powerapps

Filter('Matrix Job Sheets', Contact.DisplayName = Office365Users.UserProfileV2(UserEmail).displayName Or Contact.Email = UserEmail)
content_copyCOPY

Used to filter job sheets on Matrix 2. This looks at the person column on SharePoint and matches it against the Office365 Users connection, which also compares and the variable set where the user email is stored. In addition, it also matches against the display name, in case the email is a P number.