Hi All,
How can I grab just a portion of an output message? For example, I have output that looks like this:
Output: [Error occurred. 1957 (42%) updates on TableA exceeded threshold. 151 (59%) updates on TableB exceeded threshold
[ClientThreshError]2108 (43.073%) Total of All Target Updates.[/ClientThreshError]
I just want to capture the text between [ClientThreshError] and [/ClientThreshError] to use in a notification. So the notification message would simply be:
2108 (43.073%) Total of All Target Updates.