I have info (Client Code) in a Client-table
That Client-table has a relation to a Membership table.
In that table, I look up the Client Code through that relation.
In a template I want to use that Client Code.
But when I want to replace C1 for the Client Code in that template, Glide doesn’t see that Look Up column and its info.
This is a common issue:
Make sure your relation isn’t a multiple relation. Lookups on multiple relations result in array columns. Arrays can’t be used in template columns.