I am not able to create a document on appwrite I have an array of object with inside the object some data are text and some are date .
In appwrite cloud I have set the attribute as string but I have some string and some date inside the object .
Please help me.
TL;DR
Developers having trouble creating a document with an array of objects in Appwrite. They set the attributes as strings, but some data are dates. The solution is to ensure the attributes are set correctly based on the data (string for text, date for dates).