Hi All
I have a question, currently working on an offline canvas app on dataverse.
I was told to try and load everything into collections on app startup.
So basically i have a collection with filtered data called "colCampaigns".
When I load colCampaigns in a gallery, i get all my relevant items and on the onselect button in that gallery, I navigate to the next screen which displays a gallery with information about Campaign_Buildings. (called colBuildings)

How can i load this into a collection in OnStart?
Because when i try to do this, i get an error specifying that my column can't be accessed in this context:

When i don't load them in from the start, i can only navigate to that second screen when there is an internet connection first, and than it leverages the LoadData function after.
I need it in my Onstart so when i launch my app, i can immediatly leverage that collection from onstart instead of collecting it when pressing the button.
Thank you in advance