Good afternoon, I am trying to remove everything that is not a number from a string received by a webhook, but I can’t manage to do it with the replace() function.
Thanks
Good afternoon, I am trying to remove everything that is not a number from a string received by a webhook, but I can’t manage to do it with the replace() function.
Thanks
Hi @Doble_B,
To remove everything that is not a number from a string, you can use the parseNumber
function.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation