How to remove country code and area code from phone number via Transform?

Hello Expert,

I am trying to get straight 10 digits phone number out of HR source. HR sends 3 different format of phone number.

format1 coming from HR : 91-800-5135078239
format2 coming from HR : 752-6863132513
format3 coming from HR : 6863251322

Expected result to be in ISC : 3862046654

Using E.164 Phone gives me same number by adding country code.
input: 91-800-5135078239
output : +1918005135078239

I tried split transform but the phone number is treated as one whole string so not much help.

Any idea how this can be achieved.

Thank you

If you want to get just the last 10 digits, then try this

1 Like

Thank you @iamnithesh

It worked.