Handy trick for putting images/thumbnails into sav...
# suiteanalytics
d
Handy trick for putting images/thumbnails into saved search results:
Copy code
<object data="/{path to image folder in file cabinet}'||{image name}||'.jpg" type="image/jpg" width="200px">
If no image is found, it doesn't throw an error and the cell will be blank
When you export the search, you'll just get the raw HTML, but I've written VBA to download images from URLs in Excel. Hit me up if you want the code