Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

How to collect data (field values) from a CDS lookup Field

(0) ShareShare
ReportReport
Posted on by

Hi Everyone,

I thought this would be simple, but apparently not. Here is scaled down version of the CDS entity structure:

saletyp.JPG

I was just looking to collect the table data into a collection:

Clearcollect(SalesDetailCollect, 'Sales Detail')

However the resulting collection has no data for 'Sales Category"

Any ideas of what I am doing wrong?

 

Thanks in advance.

  • Community Power Platform Member Profile Picture
    on at
    Re: How to collect data (field values) from a CDS lookup Field

    Thank You,

    That works.

     

    JasonF

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at
    Re: How to collect data (field values) from a CDS lookup Field

    Hi @Anonymous 

    You can add the data in the lookup field by using the AddColumns() function.  

     

    ClearCollect(SalesDetailCollect, AddColumns('Sales Detail',"SalesCategory",Lookup('Sales Types',SalesCategory=SalesType))

     

     The reference for table shaping functions is https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-table-shaping 

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 19

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 15 Super User 2025 Season 1

Overall leaderboard

Featured topics