• 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

Search results

  1. Stuart

    Google Sheets lookup column with supporting column

    Is there any way to do this, it exists in Zapier! Basically, I want it to only return the matched value if another value matches too. kind of like if Name = John Doe & Status = Client so if there is no john do or if he is not a client it will not return it
  2. Stuart

    re-execute workflow in the workflow

    Hi, Any way to re-execute a workflow automatically triggered by the workflow in question? for example, look up if a client is in a crm and a router after that, if client is in the crm then continue the workflow, if not add the client and start the workflow over. Otherwise I would need to make a...
  3. Stuart

    strange code error

    In javascript code I got a very strange error, It has absolutely nothing to do with my code! I only got the error twice in all my tests?
  4. Stuart

    Dynamic Web Page by Pabbly : Generate Web Page URL

    Do the generated pages have an expiration?
  5. Stuart

    help with inbuilt actions (multi-step)

    I am trying to create a multi-step action for my custom app, but I am a bit confused by the parameters required. my goal is to send a GET request with a query to retrieve the client id (with the rest of the contact details). Then use the id to retrieve the opportunity details. Then put both of...
  6. Stuart

    API and Variables

    I have a token that needs daily updating, and that means every day I need to store the token and the refresh token to a variable for each account. This can add up... Is there a way to update pabbly variables via api? then I can at least do it all as one step via code. Can we make the "update...
  7. Stuart

    Capitalize despite mistake?

    A very common thing people do is to write the initials without spaces like "E.B. White" instead of "E. B. White". Can we make the capitalize function capitalize both letters? (i.e. any letter after a period or space gets capitalized)
  8. Stuart

    How do I re-execute this?

    A few steps failed but even after I stopped it it won't let it re-execute! ow can I rexecute
  9. Stuart

    Decrypt Jotform Response??

    So Jotform has a Encrypted form feature but there is no way to retrieve the results in plain text over API I dont understand what how to do this solution. Anyone have any ideas how I could proceed in pabbly? Here is an example of the encrypted text and the plain text: A duck is a type of bird...
  10. Stuart

    Python code eol error?

    I am trying to create a dynamic webpage based on the results of a google sheets basically it goes through the array (list) and creates a string of HTML from it. it works fine in IDLE but in Pabbly it gives me this error: EOL while scanning string literal (<string>, line 7) Any ideas?
  11. Stuart

    convert numbers to ordinal numbers

    Hi, Is there any way to convert numbers to ordinal form? That is 1 > 1st, 2 > 2nd 3 > 3rd, 123 > 123rd. I could do it with a lookup table for 1 and 2 but that's not a free task!
  12. Stuart

    Filter for single step

    A filter that only executes a single specific step that it is attached to, as opposed to the current filter which breaks or continues the entire workflow. It would be an excellent logic step: if (condition) then do this step! https://pabbly.featureos.app/p/filter-for-single-step
  13. Stuart

    Extract XML from PDF

    How can I extract the XML information from a file like this? I receive them as an email attachment, which is forwarded to Pabbly. https://bankruptcynotices.uscourts.gov/xml
  14. Stuart

    Pabbly Variables

    Hi! I had an Idea which required an API call with a token that had to be updated regularly. I figured that I would save it as a Pabbly Variable and call it and update it as needed. The problem is that it doesn't seem to work in this field: looks like: whare in the Query strings (bottom left)...
Top