Elements of the flow - Check for string
The Check for string element is a Yes / No query that checks a given text for a defined string. If the string is found, the flow continues on the Yes path, whereas the No path is followed if the string is not found.
An example would be checking the alarm text for the string "testalarm". In this way, for example, the events of alarms containing this specific string could be closed more quickly in an automated manner.
Configuration
1️⃣ The text to be checked is specified in the input function.
2️⃣ In the input field for the contained string, the character string to be searched for is specified. The string must occur exactly in the text to get a positive result.
3️⃣ The function for the case sensitivity allows you to specify whether this should be taken into account when checking the character string.
An example would be checking the alarm text for the string "testalarm". In this way, for example, the events of alarms containing this specific string could be closed more quickly in an automated manner.
Configuration
1️⃣ The text to be checked is specified in the input function.
2️⃣ In the input field for the contained string, the character string to be searched for is specified. The string must occur exactly in the text to get a positive result.
3️⃣ The function for the case sensitivity allows you to specify whether this should be taken into account when checking the character string.
Updated on: 27/10/2023
Thank you!