I am using "Send an email (V2)" and printing a JSON data object.
It is sending email without any formatting as:
[{"workitemID":["1","2","3"],"Number":"50","Rel":"03B"},{"workitemID":["4","41","42"],"Number":"502","Rel":"03B"}]
​<li-code lang="markup">[
{
"workitemID":["1","2","3"],
"Number":"50",
"Rel":"03B"
},
{
"workitemID":["4","41","42"],
"Number":"21",
"Rel":"04B"
}
]
​
​