Hey guys,
In my app at the OnStart I've set a ClearCollect function and at OnVisible of the "Home" page there's a formula to set the visibility of a gallery based on a filtered countrows.
OnStart: ClearCollect(bookinglist,'DB-Booking')
OnVisible-Home: If(CountRows(Filter(bookinglist,Mail=Label6.Text,Day=Label6_1.text))=0,UpdateContext({visible:false}),UpdateContext({visible:true})
Home formulas
Visible-Gallery: visible
Label6= Text(Today(),"dd/mm/yyyy")
Label6_1=User().Email
When I start the app the gallery doens't load but when i move to another page then come back it appers.
Any tips?
Many thanks