Blog article curation

Hi glide community!

How can I show multiple images on the same page?

I am building an app to curate content, articles selected by our team. Each article features multiple images. Each row includes a media URL. The first row for each article is flagged with a type ‘primary’, other images for the same article would feature the type ‘secondary’.

article 1, primary, imageurl1, title1, executive summary1, source1
article 1, secondary, imageurl2, title1, executive summary1, source1
article 1, secondary, imageurl3, title1, executive summary1, source1
article 2, primary, imageurl4, title2, executive summary2, source2

Thanks!
Benoit

You will have to add these as columns for each article.
Or create a list of these images in a separate tab, and then create a relation to link all images to one article.

1 Like

Is it something like I do here for the “Insights” part?