I have a filter on a gallery in a custom page embedded in a model driven app. It works great, but it flash records outside filter criteria for half a second before records are shown correct? Why/how can I avoid this?
Here is my filter:
SortByColumns(Filter(Filter(Oppgaver, AsType(Angående,Avstemminger).Avstemming = [@ModelDrivenFormIntegration].Item.Avstemming),Kategori=[@ModelDrivenFormIntegration].Item.'Aktiv fase'),"subject")
Hi @PaalA ,
This may be caused by "[@ModelDrivenFormIntegration].Item" not loading in time.
Please try modifying the formula for the Gallery's visible property.
If the MDA context variable([@ModelDrivenFormIntegration].Item) is not loaded, the value of Visbile is false, otherwise it is true.
!IsEmpty([@ModelDrivenFormIntegration].Item)
Best Regards,
Wearsky
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional