format-international-phone-numbers
Service icon

Format International Phone Numbers

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 Mar (6 days ago)
 by 
0.0
 (0 ratings)
format-international-phone-numbers

Format International Phone Numbers

Documentation
1.0.0


📞 Format International Phone Numbers

Component Type: Extension (XIF)
Purpose: Formats international phone numbers into the local display format used within each respective country.



🔹 Description

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.



⚙️ Method


FormatInternationalPhoneNumber

Component method UI

Formats a phone number according to the specified format and region settings.



🧾 Input Parameters

NameData TypeMandatoryDescription
PhoneNumberTextPhone number to be formatted. If in international format (e.g., +442083661177), the region is auto-detected. Otherwise, the DefaultRegion value is used.
PhoneFormatIntegerFormat type:  0 or invalid = NATIONAL1 = INTERNATIONAL2 = E1643 = RFC3966
DefaultRegionTextISO 3166-1 alpha-2 country code used when the phone number is not in international format. Examples: US for United StatesGB for United KingdomBR for BrazilFR for FranceIN for IndiaCA for Canada
SkipValidationErrorsBooleanIf True, skips exceptions on invalid phone numbers. Output depends on KeepOriginalIfInvalid.
KeepOriginalIfInvalidBooleanIf False, returns empty for invalid numbers. If True, returns the original input as-is.


📤 Output Parameters

NameData TypeDescription
PhoneNumberFormattedTextReturns the formatted phone number as a text value.


🧪 Example App


Test app UI

In this example:

  • Input: 2015551234

  • Format: NATIONAL

  • Default Region: US

  • Output: (201) 555-1234



🧱 Logic Component Reference


Method and parameters

The FormatInternationalPhoneNumber logic node is available in the InternationalPhoneNumberFormatting extension and can be used in both reactive and traditional web apps.