• 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 Himesh

  1. Himesh

    Workaround Needed — No Option to Pull Historical Google Reviews from GMB Integration

    Hello @mienlie , U can use action event called Fetch review. You need to put condition if the response doesn't have key called "ReviewReply Comment" then you need to provide reply to that comment. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom...
  2. Himesh

    Connecting to Systeme.IO

    Hello @Monz , You might be referring to this scenario: whenever a new tag is applied to any contact, it should be added to Kit. If this is your understanding, then please follow the videos below: For the first part (Trigger) where we need to fetch the data of the contact with a specific tag...
  3. Himesh

    Upload to Google Drive

    Ok apart from that you can check the url is public or not Make sure the URL is accessible publicly. Try opening it directly in your browser(Incognito mode) — it should start downloading without login. And you are putting url in file name section. Your file name should be file_name.pdf not url...
  4. Himesh

    google sheet public share safe?

    You can make sheet private and still your automation will work. And after doing that please check/test the workflow once. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
  5. Himesh

    Upload to Google Drive

    Hello @FredMills , Just add folder ID in folder ID section whole url. Please refer below screenshot for reference. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other...
  6. Himesh

    Encoding data into a query string

    Encoding means it'll replace @, =, {space} and special character. If you want to replace just space with %20 then use find and replace method in which put space in find field and replace it with %20
  7. Himesh

    Beehiiv API connection - how to map "Custom Field : Name" & "Custom Fields Value"

    Then I can suggest you to pass value one by one instead of all values so that you'll get to know which field is giving issue.
  8. Himesh

    Beehiiv API connection - how to map "Custom Field : Name" & "Custom Fields Value"

    Hello @kurt, First of check you are mapping all the fields correctly, I can see instead of date and time you are passing integer. So you need to convert date and time first in beehiiv format. And if you don't want to do that change all custom field with string data type. If you are still not...
  9. Himesh

    Trigger every 1 min not work

    It sends all the rows added within a 1-minute window, rather than one at a time. For instance, if 10 rows are added in that minute, it will trigger for all 10. If only 1 row is added, it will trigger just once. If you are still not able to understand this on your own feel free to DM me and we...
  10. Himesh

    Encoding data into a query string

    Working fine for me you can check below screenshot. Make sure to select "False" in "Convert to plus?" field.
  11. Himesh

    Whatsapp notification for google sheet

    Hello @Julia , Have you register your mobile number with any of the below services? WhatsApp Cloud API AiSensy Interakt WATI Gupshup If no then you need to register your number first. And after that you can use pabbly connect to automate your google sheet workflow. If you are still not able...
  12. Himesh

    Format date from email subject line

    Hello @PhilPP, Reffer this video for gmail trigger :- , If you’re using any other email provider, I suggest you check this list: https://www.pabbly.com/connect/integrations/. You can also use an email parser if you’re facing any issues. If you’re still unable to resolve it on your own, feel...
  13. Himesh

    Connecting to Systeme.IO

    Hello @Monz , This video might be helpful to you And you'll also find some useful videos from pabbly's official youtube channel (https://www.youtube.com/@Pabbly). If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly...
  14. Himesh

    A recent task was not executed due to following error: Required field String missing

    Hello @Andrea_Lain , There might be issue with the mapping. Please check if the mapping is broken for that step or not. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other...
  15. Himesh

    Filtering out with "or" function

    Hello @IlanFreeman , Use 'AND' if you want to check that both conditions are true. Currently, you're using 'OR', which checks if either one is true. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just...
Top