FileName(file_attachment_column)
This function returns a file name for the file stored in the file attachment column.
Parameters
- file_attachment_column
- The column of file attachment type.
Returns
Text
Remarks
The function retrieves a file name for the file stored in the file attachment column. This function can only be used in the Call-URL action body section.
If you need to obtain a file name from another location, consider using the following formula:
Left([File Attachment Column], ";")
- This formula returns a file name for the attachment stored in the "File Attachment Column".
Examples
FileName([File Attachment Column])
returns a file name for the attachment stored in the "File Attachment Column".