Take a snapshot of a view
Returns an image of the specified app view and embeds the image in a Create a new file or Send an email task.
Sample usage
<<SNAPSHOT(LINKTOVIEW("Map"))>>
creates a link to a view named Map
in an app and uses the link to generate a screenshot in the document or email.
<<SNAPSHOT(LINKTOVIEW("Histogram"))>>
creates a link to a view named Histogram
in an app and uses the link to generate a screenshot in the document or email.
Syntax
SNAPSHOT(deep-link)
-
deep-link
- Any deep link.
Notes
When adding SNAPSHOT()
to an email body, you need to wrap it in an <img>
tab. For example:
<img src="<<SNAPSHOT(LINKTOVIEW("Chart"))>>"/>
When used in an HTML body, variables must be HTML encoded.
Per user account, you can snapshot a maximum of 2500 views per day at a rate of 10 per second (to prevent abuse).