The recent authoring versions 3.24023.11 / 3.24024.7 are causing an existing solution for our client to break. The app in question is used exclusively on devices and relies heavily on SaveData and LoadData operations to cache information when internet connectivity cannot be guaranteed.
I have set up a very basic app to demonstrate the issue... please note that the behaviour differs depending on whether you are using the app in a browser or a device (with no connectivity).
On device:
- On the OnSelect of a button, a collection named MyItems is created
- On the OnSelect of a further button, the MyItems collection is stored using SaveData
- The bug is evident at this point when an error notification is received stating "There was a problem saving your data. Name could be too long."

- Any subsequent attempt to LoadData using the stored name will fail i.e no data will be loaded into MyItems.
- Any further attempts to SaveData will fail, displaying the same error message as originally received.
In browser (note, in order to achieve this the Preview feature Enable SaveData, LoadData, ClearData on web player must be activated, however this setting has no impact on the device experience) :
- On the OnSelect of a button, a collection named MyItems is created
- On the OnSelect of a further button, the MyItems collection is stored using SaveData
- The bug is initially evident here when an error notification is received stating "There was a problem saving your data. Name could be too long."

- LoadData then appears to work, successfully loading into MyItems.
- Any subsequent invocations of SaveData and LoadData complete with no error.
I just want to reiterate that although the preview feature is used here to illustrate the difference between the experience on a device and in-browser we do not have the preview feature turned on in our app and do not need this feature.
Hope this reaches the right people and makes sense,
Kind regards
Dan