Adding a 0 to the start of a phone number | Community
Skip to main content
New Participant
April 7, 2025
Solved

Adding a 0 to the start of a phone number

  • April 7, 2025
  • 1 reply
  • 564 views

We've noticed a significant number of records in Marketo have a phone number which does not start with '0' is there a straightforward way in which to mass update those records to add this in please or would the data need to exported, amended and re-uploaded? 

Best answer by SanfordWhiteman

This is one case where yes, you can do it directly in a flow.

Change Data Value where the new value is

0{{lead.Phone Number}}


Obviously test on a few people first!

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 7, 2025

This is one case where yes, you can do it directly in a flow.

Change Data Value where the new value is

0{{lead.Phone Number}}


Obviously test on a few people first!

New Participant
April 14, 2025

That's great thank you for your help.