web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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,705 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,705 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 361

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard