I am trying to get the data from a lookup column to display in my layout but it will not display. I’ve created a relationship between one data table and another and then used that relationship to create a lookup column. The lookup data shows up in the database but will not display on the layout. Any ideas?
If you are able to choose the lookup column, and the lookup doesn’t appear as an array in the data, then the relation should already be a single relation.
I’m more inclined to say that the Operator table has Row Owners applied, and the current user is not the owner of the row that the relation is attempting to connect to.
Row Owners secures the data. If you have row owners applied then only the rows that a user owns will be downloaded to their device. If you don’t apply row owners, then a user has access to all rows of data in that table.