Hello
I’m wandering how we can display the Count of messages that have triggered my alert in my notification.
I can see it in the Message “XX Prod Raise of Request: Create - count(bi_action)=106.0” but I don’t know the field name that I should use if I want to create a custom message"
like “job request Count - 106”.
I did many tries with “${source.groupByField}” or ${result.resultCount}
without any luck