• 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. ArshilAhmad

    Still confused

    Yes, it should have the segment name as well since it already has the segment ID. Could you please elaborate a bit more on your entire use case so that I can look into a workaround for this? Where exactly do you want to use the Segment Name?
  2. ArshilAhmad

    Still confused

    Hi @lisa@therunninguniversity, Now you just have to make a test submission by adding a subscriber to the segment.
  3. ArshilAhmad

    QBO > Nifty - error creating tasks

    Hi @suncrestm, Based on your Task History, your workflow appears to be working as intended. Please share the Task History ID in which Pabbly duplicated the task you are referring to.
  4. ArshilAhmad

    Required Field Missing

    Hi @iRestAdmin, Please try adding a Data Forwarder as the 8th step in your workflow and transfer the data to another workflow. This way, you can divide your use case into two separate workflows. In the new workflow, you can add a Delay as the 2nd step immediately after the trigger step...
  5. ArshilAhmad

    Extract contents of text file?

    Hi @wibbler, The use case you are describing is not possible because currently we don't have a tool/endpoint to extract the contents of a text file uploaded to the Google Drive.
  6. ArshilAhmad

    Can't set up API connection to Bettermode

    Hi @RoCrow, I'm afraid that the use case you are describing is not possible through the API by Pabbly module as the document you have shared does not provide an endpoint to generate the Access Token. I suggest you get in touch with Bettermode's support team to understand how you can generate an...
  7. ArshilAhmad

    Different security settings for google drive subfolders

    Hi @asmitdas, The use case you are describing is possible and can be achieved by following the steps suggested below. https://connect.pabbly.com/workflow/share/DkZVZwRTAWJTGVM5BFcFIlxIV1MGXwdiU0pTQVJdUChQHVEEB0YOZAlFUnBQF1c2A0oAagFdBz4NGVdTCF4GdV1HBhRcX1UvAUwHfARNWGsOUFV9BGU#
  8. ArshilAhmad

    Why this filter return false?

    Please allow us some more time. We will get back to you shortly.
  9. ArshilAhmad

    Error Code 410

    Your concern is being addressed on this thread: https://forum.pabbly.com/threads/webhooks-are-always-buggy.18057/
  10. ArshilAhmad

    Does Pabbly can add an image to google sheet?

    Hi @aioigroup, It's not possible to paste the data into a specific cell of your Google Sheets, but you can update a specific cell of your Google Sheets using the 'Update Cell Value' action event. That should give you the same result.
  11. ArshilAhmad

    Formatting Phone Numbers

    Please try using the following Python code, which should help you achieve your desired output. def format_phone_number(phone_number): # Remove any non-numeric characters from the phone number clean_number = ''.join(filter(str.isdigit, phone_number)) # Check if the number is valid...
  12. ArshilAhmad

    Telegram bot Too Many Requests: retry after 290

    Hi @JOY, The issue appears to be related to the execution of your workflow at very short intervals, which resulted in the Telegram API being executed at very short intervals, leading to the error you encountered. I suggest that you add a Delay to your workflow, as this should help you resolve...
  13. ArshilAhmad

    Please Help me get this Instagram Reels Publisher to Work..

    You need to upload it to a server and make it a direct link. The link you are trying to use seems to be broken; that may be the reason why it is not being uploaded.
  14. ArshilAhmad

    Please Help me get this Instagram Reels Publisher to Work..

    Hi @MAine, The issue appears to be related to the link you are trying to use for uploading the video. Please try using a different link and see if this resolves the issue for you. We tried uploading the video using this link and were able to successfully upload it to Instagram...
  15. ArshilAhmad

    I don't get a response from the webhook when I connect with FB instant leads

    Please try submitting an actual lead the way your customer would and see if that gives the expected response.
  16. ArshilAhmad

    Critical Issue with Data Transfer from WordPress to Excel Form

    Hi @Abnotix Web Developer, Please share the Workflow URL in which you are facing this concern.
  17. ArshilAhmad

    Teachable Unenrollment trigger is missing..

    Hi @Wallimann, Currently, we don't have the 'New Unenrollment' trigger event available for the Teachable application in Pabbly Connect. If you would like to request the addition of this trigger event, please submit your request on our dedicated platform...
  18. ArshilAhmad

    Text Parser by Pabbly

    Yes, it does. For example, Pie with a capital P doesn't give us the same result.
  19. ArshilAhmad

    Google My Business - New Google Reviews - Trigger check each 8 hours?

    There is no difference between the trigger interval time being 8 hours or 10 minutes, except that Pabbly will check for new reviews received in GMB every 10 minutes if the trigger interval time is reduced. If you receive 2 reviews within the period from one check to another, your workflow will...
  20. ArshilAhmad

    Text Parser by Pabbly

    Hi @eriksande, I am afraid there is no such 'wildcard' character that can be used in the manner you are describing. However, if you use the Text Parser in this way, it will always give you the text written after the word 'pie,' even if it's part of a different word. There is no way to include...
Top