Building a desktop flow and I have scrapped the telephone number from a webpage (user could enter (###) ###-#### or ########## or ###-###-#### or however they want to enter it.......I need to get just the ########## from any or all formatted types. Currently I've gathered the number as a variable, then Set the clipboard - then retreived the clipboard and Ctrl+V to enter it into my database.......issue is if there are any kind of characters, or whitespace, the database field doesn't contain enough spaces to include them and all the numbers.
