Hi all,
I've kind of hit a brick wall and I'm hoping someone can help.
Scenario: We send our customers an e-mail requesting some network information prior to installation, requesting they fill in some basic information. The content of the email/attachment varies depending on the model they are having.
The attachment part i've resolved fairly easily. The sharepoint list that contains the customer info has a calculted field called "attachment link" that dynamically creates the filepath for them to use.
I figured I'd use the same approach to the content of the email, but can't get it to work.
I have a file for each model with the template for the content held within it. Initially I tried inputting the dynamic content 'File Content' directly into the email, but that isn't given as an option, so I figured I'd run it through the 'Compose' action first to give me an output to work with.

This has worked, but the email generated looks like this:

I'm assuming it's taking all of the XML included in the file content, but I can't see or find an easy way to remove this, and retain the text and (preferably, but not essentially) the formatting as well.
Any hints in the right direction would be gratefully received!