FileType(file_attachment_column)
This function returns the media type of a file stored in the file attachment column.
Parameters
- file_attachment_column
- The column of file attachment type.
Returns
Text
Remarks
The function retrieves the media type of a file stored in the file attachment column. This function can only be used in the Call-URL action body section.
Examples
FileType([File Attachment Column])
returns the media type of the attachment stored in the "File Attachment Column".