Display grouped data columns in an inline list

Hi everyone,

I gave multiple columns the same name plus a number (1, 2, 3 …). Glide will group them automatically together (and it looks like a custom made relation). But I can’t assign that relation to a inline list :S

I guess there is a simple solution how to handle that?

my App: film-marathon.glideapp.io

Bildschirmfoto 2020-04-07 um 21.30.20 Bildschirmfoto 2020-04-07 um 21.30.01

Those are arrays. Not relations. You can use them for several things, like an image carousel, multiple emails for ‘is signed in user’ checks, multiple to multiple relations to other sheets. I don’t know why it has a relation icon, because it’s confusing, but it is fundamentally different.

If all you want is a list, you can just display each column separately, or join them together with a template column.

https://docs.glideapps.com/all/reference/data-editor/computed-columns/array-column

1 Like

I knew the solution would be so ovious :joy: Thanks @Jeff_Hager Cause I‘ve seen that tutorial a while ago…

2 Likes

Our fault — we make Arrays look just like Relations in the Data Editor.

2 Likes