• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

Recent content by Ulf

  1. Ulf

    Google Contacts -> adding/updating profile image via Pabbly Connect possible?

    I do not find it in the available actions. Is it possible anyway?
  2. Ulf

    Error in Text-Formatter -> Truncate ?

    Great, thank you for the rescue! :)
  3. Ulf

    Error in Text-Formatter -> Truncate ?

    Ok, thanks for the clarification! To be picky, there's a typo in the new help text: "ture" should be "true" ;):cool:
  4. Ulf

    Error in Text-Formatter -> Truncate ?

    When I select "End: True" in Text-Formatter-Truncate it still works from the beginning of the string. Is this correct? I am trying to isolate the file extension at the end of a URL, but it is still returning the first 4 characters... See attached image Thank you Ulf
  5. Ulf

    Upload and rename multiple files to google drive

    Actually I found a solution! After separating the links with text split, a seqence of upload and filter steps does the trick: upload file1, then filter: check if text split result 2 starts with "https://" then continue, else stop - and going on like this for file 2 and 3. So no tasks are wasted...
  6. Ulf

    Upload and rename multiple files to google drive

    Sadly no array, fluentForm just sends a comma separated list of links like: https://wordpress/uploads/audiofile1.mp3, https://wordpress/uploads/audiofile2.mp3, https://wordpress/uploads/audiofile3.mp3 Just playing with Text Split, that gives me 3 single links - maybe I can go from here!
  7. Ulf

    Upload and rename multiple files to google drive

    I have a use case, where users upload their name, address and up to 3 audio files with fluent forms on my wordpress site. Since users are usually not very good at naming their files properly, I need to rename them to identify which file came from which user. When a form is submitted, the...
Top