Description of formula:
Returns URL of an attachment added to attachments, image section or spreadsheet and table cell in external app or to a column in a list or data table. Section has to be bound to place, where attachment, you want, is (you need to drag it on a section or use lookup formula). By default the URL is to the first attachment from the top, but you can optional enter the name of attachment.
Returns URL of an attachment added to attachments, image section or spreadsheet and table cell in external app or to a column in a list or data table. Section has to be bound to place, where attachment, you want, is (you need to drag it on a section or use lookup formula). By default the URL is to the first attachment from the top, but you can optional enter the name of attachment.
Syntax:
boundattachmenturl()
or
boundattachmenturl(name)
boundattachmenturl()
or
boundattachmenturl(name)
Parameters:
Name
(typ: text) Name of the attachment
Returned type:
Text
Examples:
=boundattachmenturl('file1.xml')
=boundattachmenturl()
0 Comments