How to retrieve file URLs uploaded in Glide?

I see the file url in my row in the editor, but can’t use any computed columns to get the file url to use to push the file to another site like cloudflare for processing. Let me know if anyone has a solution!

What type of column has that url?

multiple files column

Can you check if a Joined List column let’s you merge the Multiple Files array into a single text string?

It does.

@Airbid you can use a Joined List column as Jeff suggests, which will convert the entire array to a comma separated string. Or you can use a Single Value column to pick any individual item from the array.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.