Search code examples
powerapps

Power Apps - Savedata error - Name may be too long


hoping someone can help me out here.

Here is my code, very simple but produces an error.

I perform this test first:

Clear(Offline2);  
ClearCollect(Offline2, { Test: 2 })

I then have a vertical gallery which shows the results of this...

But when I press another button to save the data

SaveData(Offline2,"Offline2")

I get the error

There was a problem saving your data. Name could be too long.

Has anyone experienced this before and is there a solution?

I am using an iPhone which has ample space on it.

I tried renaming the collection, etc.


Solution

  • Go to setting and change your authoring version to 3.24024.12 this is the bug fix for this error. This worked for me.