Same here. As a workaround you can use this formula to format appropriately when using the (###) ###-#### format.
this[0..8] + '-' + this.split(//).last(4).join
Same here. As a workaround you can use this formula to format appropriately when using the (###) ###-#### format.
this[0..8] + '-' + this.split(//).last(4).join