Show images in email instead of a link

My automations emails are showing a link instead of an image. How can I make them show the image?

Jobs : Job Image
type: Image

Email Body: <<[Job Image]>>

Results in email body receivedhttps://www.appsheet.com/image/getimageurl?AppName=AppName12345&tableName=Jobs&fileName=Jobs_Images%...

 

Solved Solved
0 2 156
1 ACCEPTED SOLUTION

Hey man,

you gotta use a HTML image tag, e.g.
<img src="<<[Job Image]>>">

View solution in original post

2 REPLIES 2

Hey man,

you gotta use a HTML image tag, e.g.
<img src="<<[Job Image]>>">

THANK YOU! I saw another post that said it had to be in HTML but I didn't know how to do it. This worked perfectly 

Top Labels in this Space