I have nested data which has 4 or 5 Levels
Quiz --> Sections ---> SubSections --> Question --> Options
1 Quiz can have multiple sections and 1 Section can have multiple Subsections and 1 Subsection can have multiple Questions and 1 question can have multiple Options.
I get the data from Appwrite as attached , I dont get the Questions data inside subsection is there a limit to the levels of populating of data ?
if yes, can i change it ?
Hi - in beta we only have 3 levels currently
Okay thanks 🙏
[Solved] Cannot get Relationship data 3 level deep from Api call
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...