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 / Gallery with parent - ...
Power Apps
Answered

Gallery with parent - child scheme

(0) ShareShare
ReportReport
Posted on by 945

Hi,

 

In my app, under 1 screen, I have 2 datasource which is 1 is the parent (header) and the other is its child (detail). I put the header in a form and the detail in a gallery.

 

Btw, this is a canvas app that embed to Model-driven form, so the header is actually will get the record from ModelDrivenFormController. 

 

In that gallery (details) - items property I already put something like this : 

SortByColumns(Filter('Order Details', 'OrderID' = CurrentOrder.'Order ID'),"mscrm_linenumber")

so it will be populated with only the records (rows) of the order id in header form.

 

It is running correctly, but one problem is, when the 1st time this app is loading (open), this gallery detail looks firstly showing all my detail tables. It is change quickly to the related rows based on the formula, but in a few second (probably only half second) before that, I can see it was showing all my records first. 

 

How to fix this ? or is there any trick to not make this happened ? 

 

Thanks

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Axal ,

     

    You could try this formula:

    If(CountA(Filter('Order Details', 'OrderID' = CurrentOrder.'Order ID').'Created By')=CountA('Order Details'.'Created By'),Filter('Order Details', false ),SortByColumns(Filter('Order Details', 'OrderID' = CurrentOrder.'Order ID'),"mscrm_linenumber"))

     

    Best Regards,

    Wearsky

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 421

#2
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 278 Super User 2026 Season 1

Last 30 days Overall leaderboard