Hello all, We are using the {{customer.number}} variable to get the caller's phone number. In one assistant it is being captured with the 1 (US code) prefix before the number - so like 14565551212 , but in another assistant (built with a copy of the first assistant) the number is being captured without the 1 - so it would be 4565551212. This creates a problem when we need to look up the customer info. Any idea why this would be the case?
(We could of course either add or strip the 1 prefix, but would prefer consistent capture of the number). Thanks