JS newbie here! Thanks in advance for the help!
I am trying to format a phone number in Zapier. The data is coming in from a webhook and is typically of the format '2223334444'. I need to confirm this formatting and then add a 1 to the front of the number for use in the Twilio integration. My attempted code is attached