If you are still seeing QUERY in the cell after following every step to add a “Relation” column, it means Glide is treating that column as a Query-type column, not a true Relation column. This may be due to:
- Accidentally picking Query when creating the column (the UI can be confusing).
- A bug or a temporary glitch in Glide.
- Advanced layouts where “Relation” is nested inside a Query column or vice versa.
I have a simple 2 tables - users table and volunteers table, both have email ID column, when I add relation column in users table to connect email from users table and volunteers table email ID and pick type relation, I always see QUERY in the cell, not ROW even though email matches in both tables.