ControlOriginal post
Web Developer
Hi! I'm trying to understand opt-in relationship population. I'm listing rows as follows: (...).listRows({ databaseId: this.databaseId, tableId: this.tableId, [] }); and the results are auto populating the relationship data, I was expecting for this to be only populated when Query.select would be present. What am I missing here?
Thank you for your time!
Summary
Developers are wondering why relationship data is auto-populating when using `.listRows` in a code snippet. They expected it to only populate when Query.select was present. Any insights on what might be wrong?