Set a variable with the current users first name, from the currentUser variable

PHOTO EMBED

Wed Jul 20 2022 06:40:17 GMT+0000 (Coordinated Universal Time)

Saved by @gofunk1 #sharepoint #filter #powerapps

Set(currentUser, User()); //require for the on start property

Set(varFirstName, Trim(Last(FirstN(Split(currentUser.FullName," "), 1)).Result))
content_copyCOPY