• 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. Preeti Paryani

    Google Sheets Webhook not firing

    Hello @Pallav Can you please provide us with access to your Google Sheets, so we can look into the issue? Also, please provide us with the workflow URL in which you have encountered this issue. Please provide us with access at [email protected].
  2. Preeti Paryani

    Router Limitations?

    Hello @DarronW There is no limitation on adding multiple routes in Pabbly Connect. However, using multiple nested routers and iterators can sometimes lead to unexpected results due to increased complexity in the workflow structure. It's important to plan the workflow carefully to avoid errors...
  3. Preeti Paryani

    Quota Error

    Hello @sparksify Please provide us with the workflow URL and let us know the step in which you are getting this error, so we can better look into the issue.
  4. Preeti Paryani

    Zoho Multi-Select Field Expected Data Type JSONarray

    Hello @iRestAdmin Can you please clarify which step you are getting the error in? This would help us to better understand the issue.
  5. Preeti Paryani

    Email Attachment to Google Sheet

    Hello @usman Can you please capture a few more files in the trigger step so we can check if your use case possible?
  6. Preeti Paryani

    Quickbooks Create a customer

    Hello @irving.s The fields you're looking for in the "Create Customer" action aren't available, as the QuickBooks API does not support sending these parameters in the request body. For more info please refer to the following API docs -...
  7. Preeti Paryani

    Auto generated email has stopped triggering

    Hello @Suganya Your workflow seems to be working fine, please refer to the attached screenshot. Regarding the task history you mentioned, the response received from the Gmail API indicates that the email was successfully sent. However, we recommend checking the Spam or Junk folders in your...
  8. Preeti Paryani

    Pabbly Connect and E-Mail Connection with Google Business Profile

    Hello @Christian005 Unfortunately, it is not possible to obtain the list of subscribers.
  9. Preeti Paryani

    Pabbly Connect and E-Mail Connection with Google Business Profile

    Hello @Christian005 The use case you are describing doesn't seem to be possible, as there isn't any endpoint to get a subscriber by name.
  10. Preeti Paryani

    Authorization issue with Connecting Typeform App

    Hello @ul_devops We are unable to access the form, please provide us with the share link of the form so we can test the workflow by adding a test entry.
  11. Preeti Paryani

    Still Receiving Emails Despite "Ignore Errors" Being Enabled

    Hello @Luke_Kilgour Currently, we do not have such a feature to stop sending error emails if the Ignore error feature is enabled. Currently, this use case is also not possible as there is no such action as of now. However, I would request you to please add your request to the board itself...
  12. Preeti Paryani

    List Files in Folder Option Not Available in Google Drive App

    Hello @sonuku Please try using the "List Folder Content" action and let us know if it works for you.
  13. Preeti Paryani

    Still Receiving Emails Despite "Ignore Errors" Being Enabled

    Hello @Luke_Kilgour Enabling the "Ignore error" feature doesn't stop the error email notifications. You will keep getting the error emails even if the Ignore error feature is enabled.
  14. Preeti Paryani

    Authorization issue with Connecting Typeform App

    Hello @ul_devops Please create a new workflow, set the trigger as Typeform, and provide us with the workflow URL. Also please provide us with the Form URL and Form Name, so we can check the issue at our end.
  15. Preeti Paryani

    Workflow triggering multiple times

    Hello @TheMohdAltamash Please note that TagMango is a third-party application, so we would recommend you contact them regarding the issue you are facing. Please contact them at [email protected].
  16. Preeti Paryani

    ActiveCampaign Tags not all listed

    Hello @GregH As of now, the use case you are defining is not possible. However, you can try using the "Search Tag" action to get a tag or "Get Tags" to get a max of 100 tags.
  17. Preeti Paryani

    Email Attachment to Google Sheet

    Hello @usman You can select "True" from the Async dropdown, which will allow the process to run in the background while you continue with the next steps of your workflow. However, please note that if you have mapped data from the pdf.co step, an error may occur because the required mapped...
  18. Preeti Paryani

    Convert a sentence to its acronym.

    Hello @tycoon1962 Thanks for the update, we'd love to hear your thoughts! If you have a moment, please rate us on Google. Your feedback helps us improve.
  19. Preeti Paryani

    Authorization issue with Connecting Typeform App

    Hello @ul_devops Please create a new connection with Typeform and if the issue persists please provide us with a short screen recording of the process. This would help us to better understand the issue. Please note that we have tried using the same trigger at our end and it is working fine.
  20. Preeti Paryani

    Convert a sentence to its acronym.

    Hello @tycoon1962 You can convert a sentence to its acronym using Code(Pabbly). Please refer to the attached image for more info. Here is the code to bee enteres : let inputData = "Map the sentence here"; let words = inputData.split(' '); let acronym = words.map(word =>...
Top