Error Snapshot

Hello,

any one get this problem because expressions snapshot() in body template ?

MohamedSalem1_0-1705745441710.png

MohamedSalem1_1-1705745455290.png

 

 

Solved Solved
0 2 96
1 ACCEPTED SOLUTION

hi @MohamedSalem1 ,

Regarding the documentation if you want to use it into a body template of email in a bot you can try to use this:


When adding SNAPSHOT() to an email body, you need to wrap it in an <img> tab. For example:
<img src="&lt;&lt;SNAPSHOT(LINKTOVIEW(&quot;Chart&quot;))&gt;&gt;"/>

replacing &quot;Chart&quot; by ENCODEURL("Technical Condition")

View solution in original post

2 REPLIES 2

hi @MohamedSalem1 ,

Regarding the documentation if you want to use it into a body template of email in a bot you can try to use this:


When adding SNAPSHOT() to an email body, you need to wrap it in an <img> tab. For example:
<img src="&lt;&lt;SNAPSHOT(LINKTOVIEW(&quot;Chart&quot;))&gt;&gt;"/>

replacing &quot;Chart&quot; by ENCODEURL("Technical Condition")

Thank You 

Top Labels in this Space