Hi
I've a SharePoint list that has produce information. One of the items in the list is product image.
How can I put the product image as part of email sent to users? (sending the image and not the image link).
In fact I can't figure out how to send the image link or the image itself as part of email sent to users.
Solved! Go to Solution.
If the image is stored in an image column you won't be able to send the image. The Image data type is a newer data type for SharePoint and the connector doesn't support that type of column so there is no way to retrieve it. If the column is a hyperlink to an image or a Base64 text version of the image then take a look at @Paulie78 's blog post. But if its an actual image you'll need to redesign the list in order to use it.
Check out this blog post I wrote and see if it helps you:
If the image is stored in an image column you won't be able to send the image. The Image data type is a newer data type for SharePoint and the connector doesn't support that type of column so there is no way to retrieve it. If the column is a hyperlink to an image or a Base64 text version of the image then take a look at @Paulie78 's blog post. But if its an actual image you'll need to redesign the list in order to use it.
Hello! i would just like to ask if images stored in image column are still not possible to be sent on an automated email?