FILE is the related List or in Attachments and you need an IMAGE
When FILE is the related List or there is a file in Attachments and you need to grab an IMAGE. The image must be in the document, not an attachment.
Composer for Salesforce
list_alt
When FILE is the related List or there is a file in Attachments and you need to grab an IMAGE. The image must be in the document, not an attachment.
LEFT( $Api.Enterprise_Server_URL_100, FIND(
".com", $Api.Enterprise_Server_URL_100 ) + 4)&
"sfc/servlet.shepherd/version/download/" & Id
SELECT
ContentDocument.LatestPublishedVersion.Image_URL_Formula__c FROM
ContentDocumentLink WHERE LinkedEntityId = '{pv0}' AND ContentDocument.FileType IN
('PNG','JPG','JPEG')
ContentDocument.Latestpublishedversion.Title
&QueryID=[FileImages]IDofQuery
{{TableStart:FileImages}}{{IMAGE:LATESTPUBLISHEDVERSION_FILE_IMAGE_URL}}{{TableEnd:FileImages}}