I'm using the email integration to pick up alerts from some of our systems and am parsing the email using the advanced string processing. I've managed to parse the alert priority, entity, source and I can parse one tag by using
{{ message.substringBetween("Tags:","#") }}
in the Tags field and including
Tags: Incremental#
in the actual email which will apply the tag "Incremental" to the alert. But I can't figure out how to parse multiple tags so that they appear separately on the alert. I've tried multiple entries in the Tags field in the template, using different substring identifiers, quotes, commas and a few other things, but the all come through as one big tag, so : "Incremental CIG ODS" rather than as three separate tags : "Incremental", "CIG", "ODS".
Thanks
Doug McGibbon