Check for Key in Dictionary#

Searches the dictionary and determines whether a pair with the specified key exists in the dictionary.

Dictionary[Dictionary] The dictionary in which to check for the presence of a pair with the specified key.
Key[Text/List] The key or list of keys whose presence needs to be checked in the dictionary. The block will stop processing if at least one of the specified keys is found.
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:

  • "Include" - the value must be present in the dictionary;
  • "Exclude" - the value must not be contained in the dictionary.
Reverse CheckWhen checking, swap the input values. When this property is enabled, the presence of values from the dictionary will be checked in the specified property "Key".
Extended CheckIf enabled, the check will use wildcards. For example: "test*", "te?t". If the property is disabled, the check will be performed in a simple way and will occur faster.
Case SensitiveIf this property is enabled, the case of characters will be considered during the check; otherwise, it will be ignored.
Key[Text] The full text of the found key.
Value[Text] The full text of the found element.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Exit Direction

Select the exit direction from the block in case of an error.

Possible values:

  • "Default" - by default;
  • "Right" - to the right;
  • "Bottom" - down.

This property allows you to determine the exit 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 from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from 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.