Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Convert Sharepoint People Displayname from Table type to Text to function in Lookup?

(0) ShareShare
ReportReport
Posted on by 16

Hi

 

I am trying to Lookup a Sharepoint List People value (DisplayName) but I am getting an error that Expected value is Text. When I have the cursor after the last parenthesis it shows the value, but it will not display the result in the Label.

ss.png

 

 

LookUp('Risiko CheckListe', Title = DDProjektname.Selected.Title, ProjektManager.DisplayName)

 

 

DDProjektname is a drop down.

 

I have tried adding .value & .text after DisplayName, I have seen suggestions of using Concat() but I am not sure how. Any ideas please?

Many thanks

  • JP-23070531-0 Profile Picture
    16 on at
    Re: Convert Sharepoint People Displayname from Table type to Text to function in Lookup?

    Thank you! So much to learn 😄

  • Verified answer
    joeinmay Profile Picture
    205 on at
    Re: Convert Sharepoint People Displayname from Table type to Text to function in Lookup?

    Most likely the "ProjektManager" people picker field allows multiple values. So the lookup formula is trying to return a table.

    Try using the below:

    LookUp('Risiko CheckListe', Title = DDProjektname.Selected.Title, Concat(ProjektManager.DisplayName,DisplayName,","))

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,552 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard