Problem with +number input
Posted: Mar 11th, ’19, 12:36
Hi!
I have shortcut
Type: send
When shortcut is run, it asks three values.
However, if phone number is input at "international format", like '+358401234567' that +3 is converted to #-character. And yes, shift-3 is #
So, how I prevent here (at this shortcut) that kind of conversion?
I have shortcut
Type: send
Code: Select all
User %INPUT_username% has been created.
Password will be sent by SMS soon to number %INPUT_phonenr%
User has been granted with:
%INPUT_granted%However, if phone number is input at "international format", like '+358401234567' that +3 is converted to #-character. And yes, shift-3 is #
So, how I prevent here (at this shortcut) that kind of conversion?