Normalize Phone Numbers to ClickUp

Hi everyone, first time here in the community.

I’m having trouble normalizing phone numbers to input into a tasks through ClickUp. I know clickup requires +1xxxxxxxxxx, so my idea was to use a set variable module to replace all characters with ““ and then add +1 and then run a filter to validate if length is 11 or not. However I can’t seem to get it to work. Can someone please help, and if you can explain it thoroughly to a novice like myself. Much appreciated.

You can use the built-in replace function of make.com.
It’s syntax is like:
replace(Hello World; Hello; Hi)
Here it replaces the Hello of Hello World string with Hi. You can use this function according to your use case.
Hope this helps.

Thank for the help. I ended up using parseNumber () and that worked out much cleaner.

2 Likes