
Announcements
I have an app that once published it does not load the components as it does in edit mode.
The app starts with a Loading Screen that has a Timer. OnTimerStart has logic to collect some data and determine the user and what screen to navigate to.
Once it navigates to BookingScreen the Gallery control on that page shows empty when in Published mode, however when run in preview the list of stores shows as expected.
To troubleshoot I added a simple Text control on the page on which I have the Text set as:
Text = "Testing " & CountRows(colStores)
When publishing the app the text control displays "Text", not my text, so I can rule out any of my logic that could potentially return an empty collection for the Gallery.
If I put a button to navigate to LoadingScreen and then come back to the page everything loads as expected.
Anyone has any ideas on what's going on here?
See attached screenshots.