silentOriginal post
Rank 1: Thread
What is the structure required for a string attribute that is an array? I am trying a list of lists, but I keep getting an error trying to update the attribute.
Summary
Developers are inquiring about using a string attribute as an array in their code. One developer suggests stringifying the array and saving it as a string attribute, then parsing it when fetching. The option of using multi-dimensional arrays is also brought up. Another developer suggests passing a simple array when using the attribute string with an array checked. A code example is provided. The developer asks for clarification on the required structure for a string attribute that is an array, as they are encountering errors when trying to update the attribute.