• 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

    Python code eol error?

    Sorry the indentation got lost in the copying it should be like this: url = "" arr = [["Should we set it up so that acuity clients go through the whole calendly procedure?","",2],["1) Can you create a stripe account for yyy@yyy? there is no monthly charge www.google.com","",3],["2) Can you...
  2. Stuart

    Python code eol error?

    url = "" arr = [["Should we set it up so that acuity clients go through the whole calendly procedure?","",2],["1) Can you create a stripe account for yyy@yyy? there is no monthly charge www.google.com","",3],["2) Can you create a Twillio account for hfh@hfrh? there is no monthly charge...
  3. Stuart

    Python code eol error?

    Also it keeps replacing the code in the window with rendered HTML... But it seems to work still
  4. Stuart

    Python code eol error?

    Watch Video (02:44)
  5. Stuart

    Python code eol error?

    https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZlMDYzZjA0M2Q1MjZkNTUzMjUxMzEi_pc
  6. 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?
  7. 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!
  8. Stuart

    Filter for single step

    While it does, it is a little difficult to use visually and the requirement that it be the last part of a workflow makes it unwieldly for the logic application.
  9. Stuart

    Extract XML from PDF

    How do I get it?
  10. 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
  11. Stuart

    Extract XML from PDF

    How would that work?
  12. Stuart

    Extract XML from PDF

    That's too bad. Are there plans to add something like this in the future?
  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

    Perfectly. Thank you!
  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