I have a SQWL query in the body of my email alert.
${N=SWQL;M=SELECT OriginalName AS Tag FROM Orion.VIM.TagCustomPropertiesMapping WHERE Name LIKE '%ORION%' }
In this case it returns 3 records when you run it in SWQL Studio, which is the expected result.
orion1
orion2
orion3
In the email, however it only shows 1 record, the first returned from the query "orion1" as it should.
How can I concatenate the result to display it one one line: "orion1, orion2, orion3" ?