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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

Search results

  1. Fagun Shah

    Printing file link sent through email and add text before printing

    You can try using Google Doc - Create a File from Template action. That way you can set a variable in the template and pass it's value from the workflow. If this doesn't work then it would be better if you can share a screenrecording of what kind of edits you want to do in the file using pabbly.
  2. Fagun Shah

    AC openers --> get response

    You need to create 2 automations for this, 1 in AC and 1 in Pabbly Connect. The AC automation will look like this - The 2nd step is Webhook in the AC automation, where you need to put pabbly connect workflow's webhook URL. After that you need to send 1 email your contact and read it which...
  3. Fagun Shah

    Iterator get only one item/response result of last step

    While setting up the workflow you will only see the 1st item of the array in the iterator response. But when the workflow executes in real life, it will go through each item in the array and executes all the actions below iterator step for each item in array.
  4. Fagun Shah

    Custom action step or a trigger

    Yes, you can. I have created many custom apps following this documentation - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/ Video Tutorials for Custom App development - They also have API step which you can directly use inside workflow incase you don't want to create a...
  5. Fagun Shah

    How to delete action ?

    Let me tag Pabbly team member @Supreme @Pabbly
  6. Fagun Shah

    I need paid guidance.

    Replied to your message on FB messenger
  7. Fagun Shah

    Delay by Pabbly I would like to inquire. UTC to KST Korea Standard Time.

    You can't set Delay until in Korea Standard Time. You need to convert your Korea Standard Time to UTC time using Date/Time Formatter pass its output to delay until step.
  8. Fagun Shah

    kvCORE

    They moved new application integration requests here - https://pabbly.hellonext.co/b/Integration-Request You can post there with API Documentation URL - https://apidocs.kvcore.com/ and your usecase. If you need a custom app developer(paid gig) for this then you can connect with me on FB -...
  9. Fagun Shah

    Team Member maxed out on tasks

    By team member you mean pabbly connect - setting - team memnber, right? If your team member is working on your workflow then they should not see that message of task consumed. If you want to share your tasks with your team member for their workflow created in their account then it's not possible.
  10. Fagun Shah

    Google Sheet to Gmail - Does it only works to send emails to gmail accounts only?

    Are you seeing any errors in the history of that workflow? Also you can check the by going to your Gmail Account - Sent folder and search by the email id you think it is not sending email to.
  11. Fagun Shah

    How to delete action ?

    Can you a hard refresh. Ctrl + Shift + R and then you should see the 3 dot menu like below screenshot -
  12. Fagun Shah

    Google Sheets Initial setup freezing

    It is a google extension limitation, the issue happens bcoz of Multiple gmail account login in the single browser profile. Incognito mode solves that. I faced the same issue when I started using their software, but believe me other integration are much more easier to setup.
  13. Fagun Shah

    When razorpay payment is captured, the amount adds 2 zeros to the amount

    You can use Number Formatter - Basic Math Operation - Divide to overcome this.(free task) Make sure that you map the output of number formatter step in the gsheet step. Also this something which can only be changed by Razorpay, not pabbly. And this also a standard practice in the payment...
  14. Fagun Shah

    Google Sheets Initial setup freezing

    Try incognito mode.
  15. Fagun Shah

    Feature: Choose Where To Start?

    @Supreme can this limit increased? @danlsk you can also do a custom api call to get more orders in single request.
  16. Fagun Shah

    I want to filter on domain after the @ symbol in an email

    Use Text Formatter - Split Text to get the domain name from the email and then use Routers
  17. Fagun Shah

    Send emails from google sheets working down the list

    This video might help -https://www.youtube.com/watch?v=VWx3b63DbO4
  18. Fagun Shah

    Feature: Choose Where To Start?

    Pabbly Connet's Woo-commerce triggers are for New Order or Updated Order. But it will only trigger for future ones, not the past onces. If you want to go through all the past orders use Scheduler as a trigger and then use Get All Orders action of woo-commerce.
  19. Fagun Shah

    Create Action WorkFlow First

    Which action? Can you share a screenshot?
Top