iNewmanityOriginal post
Web Developer
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all the normal rows but not the relations. Does anyone have an idea?
Summary
Appwrite developer needed help with getting relations when using TablesDB. Solution: Use the `*` wildcard to load all fields from related rows.