Forum Discussion

TAM's avatar
TAM
New Contributor
5 years ago

Having issue with .contains

Here is what I have $message.contains(‘successful’) ? 1 : 0 . This should give me a count of “1” if the Stored Procedure executing correctly. I then have a UNION, AGGREGATE and a ROUTER to count th...