Forum Discussion
ChuckGrigsby
8 years agoQrew Cadet
If you can get the URL from the file attachment field then you could make a formula text field that takes HTML tags
"<img src=\"" & [URL] & "\" />
"<img src=\"" & [URL] & "\" />
StephanieHarris
7 years agoQrew Assistant Captain
My formula looks like this: "<img src=\"" & "https://rostr.disney.com/ROSTRWS/rest/v1/photos/rostrid/"; & [Personnel Number] & "\" />"
I wasn't sure where to put the " height=\"150\">"