Check for Element in List#
Search is performed through the list to determine whether the sought element is contained in the list or not.
| List | [List] The list in which to check for the presence of the sought element. |
| Element | [Text/Number] The element whose presence needs to be verified. |
| Whole Word | Word boundaries will be considered during the search. For example, with the property enabled, the value "Value" will be found in the text "This Value", but will not be found in the text "This ValueTest". If the property is disabled, the value "Value" will be found in both examples. |
| Check Type | Select the type of check. Possible values:
|
| Reverse Check | When checking, swap the input values. When the property is enabled, the presence of values from the list will be checked in the specified property "Element". |
| Extended Check | If enabled, a check using wildcards will be used. For example: "test*", "te?t". If the property is disabled, the check will be performed in a simple manner and will occur faster. |
| Case Sensitive | If the property is enabled, the case of characters will be considered during the check; otherwise, it will be ignored. |
| Element | [Text] The full value of the found element. |
| Index | [Number] The index of the found element. Numbering starts from zero. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Output Direction | Select the output direction from the block in case of an error. Possible values:
This property allows you to determine the output direction in case of errors for blocks that do not contain the "If Error" connector (for example, the "Condition" block). If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |