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 / Missing colums from co...
Power Apps
Suggested Answer

Missing colums from collection record

(1) ShareShare
ReportReport
Posted on by 4
Hi Everyone!

I have a table B with a relationship to table A. I created a filter of table B and then passed the distinct lookup column (the relationship to table A) as the Items property of a gallery. The problem is that only the primary column is available as data on the gallery. So almost all the columns of table A are missing from the saved record created through the lookup column. Here is the formula I'm using:
 
Distinct(Filter(tableB, tableC.GUID = dropdown.Selected.GUID), tableAlookupcolumn)
Categories:
I have the same question (0)
  • Suggested answer
    KeithAtherton Profile Picture
    3,707 Most Valuable Professional on at
    Hey. I'm not sure why that is happening, but do the columns show if you use the ShowColumns function?
     
  • AM-26111532-0 Profile Picture
    4 on at
    Hi Keith! Appreciate the support.

    I can't use the show columns option since the table this formula generates returns {Value: Record}. If I use the dot to see the field it shows me the names of all the columns but if I try to use any that aren't the primary column it returns as blank
  • Suggested answer
    KeithAtherton Profile Picture
    3,707 Most Valuable Professional on at
    Hey. Thanks for the follow-up. Could ShowColumns still be used like this?:
     
    Distinct(
      ShowColumns(
        Filter(
          tableB,
          tableC.GUID = dropdown.Selected.GUID
        ),
        Column1, Column2
      ),
      tableAlookupcolumn
    )

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard