web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Officer 365 connector ...
Power Apps
Answered

Officer 365 connector giving error while automatically saving data in text box

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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 !!

Categories:
I have the same question (0)
  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    Try rewriting the formula but this time use UserProfileV2()

    If(
    	IsBlank(DataCardValue1.Selected.DisplayName),
    	Left(
    		Office365Users.UserProfileV2(User().Email).userPrincipalName,
    		6
    	),
    	Left(
    		Office365Users.UserProfileV2(DataCardValue1.Selected.Email).userPrincipalName,
    		6
    	)
    )

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard