In Power Apps application, users need to select a customer based on a dropdownbox. Initially, I started putting this 'selected value' in a variable which works fine until the app is hardclosed.
Meanwhile, the value is being put in a collection, which actually works fine when checking the collections table. And it modifies each time a different customer is selected. That part is fine.
However, the SaveData and LoadData does not give me the expected outcome.
This is what it looks like :
In the OnSelect property of a button that needs to be pushed to continue, part of the code is

Both the variable and the Collection are "available" (but variable disappears when app is hard closed)
In the App "OnStart" property, the LoadData was embedded.

In order to check if this works, I have added two textboxes to validate the result :
Textbox showing the variable

Textbox 'picking up' the previously 'LoadedData'

But not showing any results 😞
Tried this both on a mobile, as on the computer using the Microsoft PowerApp desktop version. None of them works, which leads me to believe that the issue might not be within the cache functionality of the Iphone.
Any idea what I'm overlooking ?
Thx,
Marc