Hello,
I've been trying to develop an automated email that will pull the following all from Sharepoint...
- A list of contacts to send it to
- The subject
- A segment of the text body that is dynamic between each email
- A graphic that is different in each email and tied to the text (pulled from a Sharepoint file system as opposed to the list the others are pulled from
...and compile them into an email that is sent out per line of the Sharepoint list containing this data.
It can work to embed an image in the email at the moment but only for a single specified image (not a variable that can be changed per email).

Using this, I can add the selected image into the email, embedded (not as an attachment).
The issue I run into is when I try to utilize dynamic content here: (highlited)

There is a column in the lists that the rest of my information comes from that contains only the file name of the graphic meant to accompany that email. The goal is to have that text be present here where the "stairs.jpg" appears so that any file name can be used.
This is shown generally in the image below:

Whenever I do this, the initialize variable function stops working and I receive this message below:

Any assistance with this or workaround would be greatly appreciated as this is the only thing holding me up at the moment!
-James