Hello all,
I have a question. Is it possible to have some gallery or formulas to load when the app is opened? or in a screen before it? Asking this because in my app I have the following:
- Home: choose criteria
- Criteria: this month - choose starts this month / ends this month
- Start/end this month screen
However, in the second one I have a popup that if there is no item in the next gallery, popup saying so:
If(CountRows(galleryIMA.AllItems)<>0, Navigate(inicianMesActual,ScreenTransition.Cover), UpdateContext({Popup:true}))However, did a test today and when the app was opened fresh from a new session in other browser, the button when clicked showed the popup with "no item", however, when clicked again, it went to the screen with the gallery which does have items, which makes me think that it was because the formula was not calculated before. This leads me to the question: is it possible to "preload" somewhere else (before this) that formula or gallery, as to avoid that error?