Phone Normalization#

Normalization of the phone number.

Phone String[Text] The phone string that needs to be processed and normalized.
Region

Default region.

Possible values:

  • RU - Russia;
  • US - USA;
  • DE - Germany;
  • FR - France.

If an incorrect region is specified for this phone number, or the phone number does not fit this region, it will be determined automatically.

Result[Text] Upon successful processing of the phone number, it is returned in E164 format.
Error Processing Level

Select the error processing level. Possible values:

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

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

Message Level

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

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

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 operation.