Is your proposal related to a problem?
Users sometimes provide a number in regional formatting, the phone number input fields expect an internationally formatted number.

Describe the solution you'd like
There are a number of ways an international number can be inferred from a regional number, perhaps libphonenumber.
Alternatively a default country code and stripping the leading 0 from UK numbers as a soft solution for this specific use case.
Describe alternatives you've considered
Accepting that the recorded value isn't accurate & cleaning up the data myself.
CAL-862
Is your proposal related to a problem?
Users sometimes provide a number in regional formatting, the phone number input fields expect an internationally formatted number.
Describe the solution you'd like
There are a number of ways an international number can be inferred from a regional number, perhaps libphonenumber.
Alternatively a default country code and stripping the leading 0 from UK numbers as a soft solution for this specific use case.
Describe alternatives you've considered
Accepting that the recorded value isn't accurate & cleaning up the data myself.
CAL-862