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 / object Object Powerapps
Power Apps
Answered

object Object Powerapps

(0) ShareShare
ReportReport
Posted on by 42

Hi,

 

When i am trying to navigate to a item in gallery to view the details of that item, i get a object Object in my multiselect person/group column. How do i get it to show the display name of the person.

calebb_0-1676018621721.png

This is how my new form looks like.

 

calebb_1-1676018770411.png

This is what i see when i try to access the item from gallery.

calebb_2-1676018836723.png

This is what i see in my sharepoint list.

 

Any help will be appreciated.

 

Thanks 🙂

Categories:
I have the same question (0)
  • calebb Profile Picture
    42 on at

    calebb_0-1676018893844.png

     

    this is what i key in onselect of my arrow key in gallery.

    In my form,

    calebb_1-1676018926970.png

    calebb_2-1676018946957.png

    this is what i key for defaultmode and item.

     

  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @calebb ,
    You can use -
    DefaultSelectedItems property - 
    ForAll(varItem.ColumnName,
    {
    Claims: "i:0#.f|membership|" & Lower(ThisRecord.Email),
    Email: ThisRecord.Email,
    DisplayName: First(Office365Users.SearchUserV2({searchTerm:ThisRecord.Email,top:1}).value).DisplayName,
    Picture: "",
    Department: "",
    JobTitle: ""
    }
    )

  • calebb Profile Picture
    42 on at

     

     

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 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard