
as the title asks, how can I store 2d string arrays in the DB? appwrite only supports to store 1d array. I tried doing it. but it says Attribute has invalid types. Value must be a valid string

I don't think you can do such a thing with Appwrite
Eventually array it's just a syntactic sugar way that Appwrite manipulate text for you.
That's mean that if you want to have a complex array you can create Varchar attribute and parse it manually

Maybe take a look at this too: https://github.com/appwrite/appwrite/issues/2838
Recommended threads
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
- Looking for Partner
I'm looking for partner for long-term collaborating. Of course, I'll pay for you. If you are interested, Please DM me.
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
