Thunkable Companion always crashing on creating a list

Hi,

I want to create a list containing data (985 items) extracted from a json. I use the following blocks to generate a list with objects but the companion will 1) take really long to do this and 2) it just crashes when I put a higher number of list items :frowning: this is really frustrating… Even when I just put 450 it might work once and crash the next time :roll_eyes:

Best, Chris

Hi,

If you give me a link to the application, then I will look at it.

Just a quick question here.
Why do you create a list that essentially duplicates the data that is already stored in your AED_Data variable?
Given that you are most likely reaching the limits of what X can handle gracefully in terms of memory, that duplication is essentially compounding your problem.

1 Like