Pierre 6/17/2022 3:37:30 AM Building on Slava's recommendation, I am now using the following formula, which takes images, audio, video and texts I am not proficient in html so there are certainly ways to do better
'<embed src="'&XHtml( URLRoot() & "/attachment.aspx?fid=" & ColumnId([fileToDisplay]) & "&guid=" & Right([fileToDisplay], ";") , 1)&'" width="100%" height="800" accept="audio/*,video/*,image/*,text/*,application/pdf">'&"</embed>"
|