make sure you send notification in plain text format.
if you send it as a reach text XML elements are interpreted as a HTML markups
Hi Marian,
Thank you, that was extremely helpful!!! Additionally, in my Query XML action, I had to update the outputs to use the following:
//defaultNS:Versions/defaultNS:Version/@Modified
Which just removed the first defaultNS:GetVersionCollectionResult.
Once I remove that first part, and changed the email to be Plain Text, data started being returned and visible in the emails.
Thank you!!
Which just removed the first defaultNS:GetVersionCollectionResult.
if you haven't had mistyped anything it should with it.
but it doesn't matter if it's not in there in this case.
Yes, I'm not sure why it was not working. I made sure everything was entered correctly. When I ran and extracted the raw xml, it did not look like the raw xml in your image within this post. After comparing the 2 sets of XML, I removed the defaultNS:GetVersionCollectionResult, and it immediately started working and loading the text into the different outputs.