• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Code by Pabbly - Javascript inputs

karl_sws

Member
Next question. In Zapier, we pass though 'Inputs' from previous steps, I can see 'Labels' within Code by Pabbly - can this acheive the same? How do I then reference them in JS (like we do with input. in Zapier)?

1687480981109.png
 

karl_sws

Member
OK. Watched a couple of videos about inserting the inputs directly in code, so most should be reworkable from Zapier to Pabbly - but any idea's on this error? Something as basic as setting a variable - doesn't seem to like the input (from a Clickfunnels webhook)?

1687496007657.png
 

karl_sws

Member
With more testing, it seems I need to wrap the previous steps input within quotes, which wasnt the case in Zapier. That seems to stop the SyntaxError.
 

Supreme

Well-known member
Staff member
The problem with the JavaScript code given is that the variable sEmail is assigned an invalid value. JavaScript variable names cannot begin with a number, and the dot (.) character is not permitted within the variable name. Furthermore, enclosing the email address in quotes is necessary to treat it as a string.

Moreover, if you encounter any coding-related problems or require solutions that Pabbly cannot provide, we suggest consulting a developer or an automation expert for assistance. They would be better equipped to address such issues.
 
Top