Hello,
when learning Glide Apps and the use of Array Columns, I’m sure I’m making a very simple beginner’s mistake …
Task: Create an app that shows the members of an organization, based on a simple table. The List View should show the organization (Top Gun) and the first and last name of the members (pilots). In the table there is one column for the first name and one column for the last name. So I add an array Column in which first and last name are contained.
Problem: I can’t display this array Column neither in List View nor in Detail View. It is not visible in the selection.
I’m not fully sure but I guess you can point Make Array column on the Image section. What you can do is create a template column instead of the Make Array column and combine the first name and last name in that template column and display that template column!
Or you can use Join Text column that points to the Make Array column and display that Join Text column!