SOLVED

Adding a 0 to the start of a phone number

Go to solution
Ian_Bottomley
Level 2

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? 

2 ACCEPTED SOLUTIONS
SanfordWhiteman
Level 10 - Community Moderator

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!

View solution in original post

Ian_Bottomley
Level 2

That's great thank you for your help. 

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

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!

Ian_Bottomley
Level 2

That's great thank you for your help.