FILEURL
Generates the web URL to the given file field (e.g. Media or Attachment field types).
Syntax
FILEURL(fieldname)
Example
FILEURL({{take_photo}})
Notes
Useful for assignment into a Data Source image column or for providing direct download links in Connector outputs.
If used in a connector output, say a SQL connector, an example of the format might be: {( FILEURL({{take_photo}}) )}, which could produce a SQL table entry of something like:
If the above link is valid, then pasting into a browser, would take you to the stored photo. Try clicking the one above.