Should I be able to display lookup columns data in a “Fields” component. Currently I can’t see them.
If the relation that is feeding the lookup is one-to-many then the resulting lookup will be an array which isn’t something you can display in fields. You would need to use a ‘Joined List’ column to change the lookup array to comma separated values.
Then you can display that column in a fields component.
2 Likes