Hi,
I have a people picker (dropdown) in a form which helps to select the employee name and saves the data in Sharepoint.
We have another field called employee ID which I am trying to autopopulate in text box based on the value selected in people picker (dropdown).
I used below formula to set the default value of the Employee ID text box
If(IsBlank(DataCardValue1.Selected.DisplayName),Left( Office365Users.UserProfile(User().Email).UserPrincipalName,6), Left(Office365Users.UserProfile(DataCardValue1.Selected.Email).UserPrincipalName,6))
but getting a 404 error please help !!

Report
All responses (
Answers (