
Basically I have four collections.. and each collection is related in a linear order.. now the problem is first collection's relation attribute is there in document data fetched .. same for first to second collection relation attr but after that second to third relation attributes are missing.

_ _ is there a limit ? do i need to refetch the documents from 3rd collecion so i can directly get relation attrs

Please make sure to read the docs:
https://appwrite.io/docs/databases-relationships#limitations

thanks for sharing.. i understand the docs are important but i miss the stuff in some cases (like the limitations part was at very last)

the doc link references are really helpful

so i am guessing the best solution is to get the document right after 3rd level?

That would work
Recommended threads
- import csv "Document already exists"
When I try to import a csv file to an already existing database, I keep getting "Document Already Exists" I thought that when I import and a document with the ...
- Database not found
Even though I can clearly access and update fields in my DB through the console, when my updating through the Android SDK it throws this error { "message": ...
- Cannot load nested relationships
When trying to load a nested relationship using the below query I get this error: ```Invalid query: Attribute not found in schema: *``` ```dart try { fina...
