• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. Stuart

    mySQL multiple queries

    Hi, is there any way to send multiple queries at once, like the way you can do with php or in the 'console' by separating them with a semicolon? There are times that I want to be sure my queries are processed together etc. Thank you!
  2. 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
  3. 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...
  4. 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?
  5. Stuart

    Dynamic Web Page by Pabbly : Generate Web Page URL

    Do the generated pages have an expiration?
  6. 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...
  7. 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...
  8. 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)
  9. 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
  10. 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...
  11. 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?
  12. 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!
  13. 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
  14. 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
  15. 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