shenson
26 days agoQrew Member
How do I change phone format
How do I change phone format (999) 777-4444 to 9997774444 so i can use it in my pipeline for an outgoing request
Or make a formula in native Quickbase.
var text Tel = ToText([Mobile for Drug test Notifications]);
var text RemoveBracketOne = SearchAndReplace($Tel,"(","");
var text RemoveBracketTwo = SearchAndReplace($RemoveBracketOne,")","");
SearchAndReplace($RemoveBracketTwo,"-","")