Extracting file name from Attachments

I’ve an attachment column type configured in my table, I just need to show the attachment file name in other column. How can I do it?

Here’s the formula you can use:

LEFT({Attachment_Column},SEARCH({Attachment},"(")-1)

file-extract-attachment

More details in this article: Extract the File Name from Attachments | Stackby | Stackby Help Center & Guides

1 Like