Raw content from DTL test
Does anyone have any trick to get the raw text out whenever you run a DTL test in the DTL editor? .png)
If not is there any plans to add this to a later version? It would help certain workflows where you just want to run a transform in the DTL to then copy and paste the message to send into a test on the operation. I am aware you can set up a file and rule to then go out to a file or operation but seems like additional workflows when there are scenarios you just want a quick copy of the message text after doing transform. Other messages you can add &RAW=1 a button for Raw or just an additional raw box at the bottom of the TEST TRANSFORM page would be class.
Comments
Add a code rule at the end of the DTL that contains:
Write"<pre>"_target.RawContent_"</pre><hr>"Run the DTL Test and the raw message output will show above the HTML-formatted message.
Disable the rule when you're satisfied with what you're getting.
Thanks very clever i have used Code writes before including this week and showing a colleague using writes out for variables, didn't think that of course you could write out the raw content, looks good and very useful