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 / Customer Data type Col...
Power Apps
Answered

Customer Data type Column error

(0) ShareShare
ReportReport
Posted on by 110

faruk1_0-1708585857716.png

hello, I am using the customer data type column from Dataverse in power apps gallery label to show the details, but I am getting the error.
how can I solve this?
@WarrenBelz 
@Amik 
@LaurensM 

I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @faruk1 - the Customer data type is a special type of LookUp column (a polymorphic lookup), you cannot obtain a specific attribute from that column by using the usual dot notation.

     

    The record you're trying to return an output for can refer to more than one table. Use the IsType and AsType functions to identify the right Table to return the result you need. 

     

    For example, assuming the name of your Customer LookUp column is "Direct Customer", you can use:

     

    If(
     IsType(
     ThisItem.'Direct Customer',
     Accounts
     ),
     AsType(
     ThisItem.'Direct Customer',
     Accounts
     ).'Account Name', //change to display the column you need
     AsType(
     ThisItem.'Direct Customer',
     Contacts
     ).'Full Name' //change to display the column you need
    )
  • faruk1 Profile Picture
    110 on at

    it works ,thanks @Amik 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard