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)
More details in this article: https://help.stackby.com/article/217-extract-the-file-name-from-attachments
