Splitting up multiple file links separated by comma

i have a cell with links to documents separated by comma (in the case of multiple files).

Is there a way to split these links so that they show each individual file link in Glide through the link function?

I’ve tried Splitting based on comma and then doing an array of the links but can’t get it to work.

So you used a Split Text column to convert the comma delimited list of urls into an array?

Are using an actual Multiple Files column, or is it just a regular text column with multiple links inside of it?

I know a link component works with a Multiple Files column, and I would assume a column converted to an array with a Split Text column would be the same.

1 Like