
I need in my app a form, something like typeforms, google docs, etc.
Those are 2 ways I found to make it:
- Creating dynamically attributes in the database: each field is an attribute in the database
- Saving as an array in the database: I would have an array with the forms responses. I think this approach will give me issues while filtering a specific field of the form?
So consequently, I'm not 100% sure of what approach I should take. Maybe the second one?
TL;DR
Title: Building a form with multiple values - Need advice on approach
Message: I'm trying to build a form for my app similar to Typeforms or Google Docs. I've come across two possible approaches:
1. Creating dynamically attributes in the database: Each form field would be an attribute in the database.
2. Saving as an array in the database: Storing the form responses in an array. But I'm concerned this approach might cause issues when filtering specific fields.
I'm unsure which approach to take. Any advice or recommendations? Thanks!
Solution: It depends on your specific requirements and the complexity of your form. If you anticipateRecommended threads
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- 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...
