Hello,
I'm sending emails using Alteryx's email tool, and I'm wondering how I may include both text and an image in the email body as a signature.
Thank you!
Solved! Go to Solution.
Hi @sunilk , I am not sure if this method will work but you can test it out.
1) Using a Report Text tool you can add your text and required image.
2) Pass this field in the body section by selecting the Use field then selecting the text field as shown.
Let us know if this works for you?
Thanks!
thank you, it worked.
@sunilk, most welcome.
Hi! Is there a way to pull the image based on a file path obtained from a prior workflow step? Mine comes out to
<img src="U:\Alteryx\Happy Birthday\Birthday Images\Sparkles.jpg" /> instead of the image itself.