Component Type: Extension (XIF)Purpose: Formats international phone numbers into the local display format used within each respective country.
This component provides a method to format phone numbers into a readable format based on their international format and regional standards. If the phone number is already in international format (e.g., +442083661177), it will auto-detect the region. Otherwise, it uses the provided default region code.
+442083661177
Formats a phone number according to the specified format and region settings.
PhoneNumber
DefaultRegion
PhoneFormat
0
1
2
3
US
GB
BR
FR
IN
CA
SkipValidationErrors
True
KeepOriginalIfInvalid
False
PhoneNumberFormatted
In this example:
Input: 2015551234
2015551234
Format: NATIONAL
NATIONAL
Default Region: US
Output: (201) 555-1234
(201) 555-1234
The FormatInternationalPhoneNumber logic node is available in the InternationalPhoneNumberFormatting extension and can be used in both reactive and traditional web apps.
FormatInternationalPhoneNumber
InternationalPhoneNumberFormatting