Description of formula:
The formula returns all attachments from the selected section. If the parameter is not specified, the formula returns all attachments from the instance.
Syntax:
attachments(text)
Parameters:
-text
(type: Text) Name of section with attachments
Return type:
Values in array
Examples:
=attachments()
=attachments(section14)
0 Comments