Hey guys! Okay AI can't help so I'm asking real people now. 😓 Anyway I wanted to know how one solve this in Appwrite right now. So I have a form where I wanted to have dynamic field ( where user can add the field and type they wanted on the form ). And I wanted that user created field to be available on that specific user form ( who created it ). And how does one goes to store the data created on that field? Right now I have a collection of user data, but can't figure how to go about it when dynamic field are present.
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...