dan90
Member
I have an api call that I use in classic Pabbly workflow and it worked.
In the spirit of improvement I rewrote it for the new pabbly workflow but I am having an issue with a leading zero in a mobile number (UK).
The 0 is there in the api call but it disappears when it reaches the other end.
My old api call in your classic workflows is the exact same but the old one doesn't remove the leading 0.
Any suggestions to fix this or is this a pabbly issue?
The number is extracted from a webhook using javascript
I tried using a standard return and json.stringify
I also tried putting it through text formatter to get it to come out as a string but that didn't work either.
connect.pabbly.com
In the spirit of improvement I rewrote it for the new pabbly workflow but I am having an issue with a leading zero in a mobile number (UK).
The 0 is there in the api call but it disappears when it reaches the other end.
My old api call in your classic workflows is the exact same but the old one doesn't remove the leading 0.
Any suggestions to fix this or is this a pabbly issue?
The number is extracted from a webhook using javascript
I tried using a standard return and json.stringify
I also tried putting it through text formatter to get it to come out as a string but that didn't work either.