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 / "lookup" data type not...
Power Apps
Answered

"lookup" data type not working for User field in Customization of Power Apps grid control

(1) ShareShare
ReportReport
Posted on by 48
Hi all,
 
I am trying to target a customization on Power Apps grid control, for Lookup field I use below. All lookup columns turn to label and color blue, however, nothing happens to columns that reference User e.g Owner Columns, or my custom "Assignee" column that reference to systemuser.
 
Is there any specify datatype reference to a systemuser lookup field ?
 
 
    ["Lookup"]: (props, col) => {
        // TODO: Add your custom cell editor overrides here
        return <Label style = {{color: 'blue'}}> {props.formattedValue} </Label>
    }
 
I have the same question (0)
  • deseye Profile Picture
    48 on at
     
    These are the Column Data Types available in types.ts
     
     
    export type ColumnDataType =
      | 'Text'
      | 'Email'
      | 'Phone'
      | 'Ticker'
      | 'URL'
      | 'TextArea'
      | 'Lookup'
      | 'Customer'
      | 'Owner'
      | 'MultiSelectPicklist'
      | 'OptionSet'
      | 'TwoOptions'
      | 'Duration'
      | 'Language'
      | 'Multiple'
      | 'TimeZone'
      | 'Integer'
      | 'Currency'
      | 'Decimal'
      | 'FloatingPoint'
      | 'AutoNumber'
      | 'DateOnly'
      | 'DateAndTime'
      | 'Image'
      | 'File'
      | 'Persona'
      | 'RichText'
      | 'UniqueIdentifier';
  • cchannon Profile Picture
    4,702 Moderator on at
    Are you just asking what Type it is? The Type is Owner.
  • Verified answer
    deseye Profile Picture
    48 on at
    @cchannon Thanks for your response.
     
    For my custom column "Assignee" that reference a SystemUser Table, the "persona"  ColumnDataType   is what worked.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard