Rather than using snapshot expression which is currently manage to display the snapshot for chart type view, why dont you seek alternative?
See my previous post I placed with category for Tips and Tricks.
[Do you want to display thumbnail or image for the web site?](https://community.appsheet.com/t/do-you-want-to-display-thumbnail-or-image-for-the-web-site/17450) Tips & Tricks ?
This quick tip allow you to display thumbnail (or image) in Appsheet view for the screenshot being captured from the external website. See the quick screenshot movie here. Prepare the column to capture URL for external site. In this sample, I placed https://www.appsheet.com/ The virtual column to construct screenshot for target site is poping up. On various use case, we place urls in appsheet table, and make hyperlink to it. Unless the user click link and open the site on the…
In this post, I introduced a solution to display the snapshot for webpage. However, just twist the technique a bit, it could be possible to show the PDF file saved online as thumbnail and image witthin Appsheet.
As far as we are able to capture the front page of the PDF as image, we are able to place the same on the workflow template as well.
I m not physically testing with sample app but it should work.
Rather than using miniature io as a service, there will be bunch of services to convert URL linked to pdf online to thumbnail.
I googled it and tested one, it convered ULR to thumnail successfully.
This is service written in Japanese, but I can guide you.
Create one Virtual column, which will construct the URL reaching to your PDF file in cloud.
see the docs how to construct the public url for PDF file.
Once URL is constructed then create another new Virtual Column with Image or thumbnail type.
And then place the expression like this.
"http://capture.heartrails.com/free?"&[Virtual Column storing URL to your PDF file]
This will create the thumbnail. Refer to this virtual column in your workflow template, and I m pretty much sure your will see “snapshop” ish images for your file dynamically.
Try it out and I m looking forward to hearing the outcome.
@JCadence