Script to update a number in notes column

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What do you need help with?

I have 20 rows in Baserow with phone numbers in the “notes” field that need updating. Could you please provide a script or guide on how to find and replace the old numbers with new ones?

It depends on the structure of your phone numbers and what other information that might be in the field, but it looks like you can solve this with a formula. It seems that functions like replace(), concat() or regex_replace() can be useful.

Once you have the desired output in the formula field, you can copy/paste it into the field that should hold the actual phone numbers.