I am trying to get the email tool to distribute an interactive chart that I have made. I have the chart made and can render it as a HTML file, but when I email the chart, it comes across as an image, losing all interactive capabilities. Is there a way to specify the format that the email block uses for inputs?
I looked before posting, but didn't see anything that touched on this directly. If I missed something, I apologize for the duplicate post.
Solved! Go to Solution.
If you use the chart as the body of the email it converts it to an image. What you can do instead is render the html file out to a location and then add it as an attachment to your email. It won't be in the body of the email, but it should allow for the interaction that you are looking for.