You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi Guys,
I am importing phone number data from by woocommerce webhook. All numbers start with a 0 therefore the code var billing_phone = myData.billing.phone; is coming back without the 0 in front.
How do i set this to be returned as a string with the 0 in front?
Técnico Dummy
unread,
Sep 19, 2019, 10:16:24 AM9/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Whe you retrieve the value, do so as String(yourvariablewiththephone)