Search results

  1. A

    How to email error message to user when a flow fails?

    Thanks! Sounds great but I have two issues. 1. I can't seem to make the error trigger even though I have added the Webhook to settings in Pabbly, activated it. This is my Pabbly manager workflow. https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZiMDYzMDA0MzA1MjZkNTUzNzUxM2Ii_pc it does...
  2. A

    How to email error message to user when a flow fails?

    Thanks @ArshilAhmad ! Can I limit the ons that send the error message to be only from workflows that are inside a certain folder in Pabbly Connect?
  3. A

    How to email error message to user when a flow fails?

    Is there a way to send an errors message everytime a workflow fails at a step? I would like to email a custom error mail like this to users: --- Hi <Username> The flow <Name of flow> failed at this step: - <Stepname>. Please check fix the error in your submission and retry. If you need...
  4. A

    BUG: In lookup table

    Save and Submit buttons disappear. See how to reproduce here please: https://share.zight.com/L1uymo4b
  5. A

    Speed of Pabbly Connect webhook receive and API POST call?

    Hi, I need to set up a workflow where the speed is important. It will simply need to receive a webhook, based on that change the details of the webhook content with a text formatter and forward it as a Post API request. Two questions: 1. How quickly can Pabbly do this 2. Is this speed realiable...
  6. A

    How to remove text from number field

    @Fagun Shah Thank you so much! That worked perfectly! :-D
  7. A

    How to remove text from number field

    Hi, I have a phone field - but some people input text into it. I want to remove all text so only the phone +xx23232 or 22222 remains. How can I do this? The phone number formatter doesn't seem to do this. Example: of word 0040247761506Kallath János P.S. I know it's optimal to just create a...
  8. A

    Add image to PDF

    How can I add an image to an existing PDF? I know you can add images to a Google Presentation but the PDF is not created in any Google Apps. Any free APIs out there that can do this? I know pdf.co can I don't want to pay a subscription for just inserting 3 images a month.
  9. A

    Certain characters break Pabbly Connect

    @Arshita Check tep 13 here: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY5MDYzZTA0MzQ1MjZiNTUzZDUxMzIi_pc Onparallel say that character should not break anything so I am thinking Pabbly converts it or something. again it is the ' character that breaks it
  10. A

    Certain characters break Pabbly Connect

    Sending this with JSON to an API - yes there are more items in this request that are sent correctly and the request ends with }: The "'" character breaks the destination app. However the destination app supports it just fine.Does Pabbly connect send that character in some different way or encode it?
  11. A

    OnParallel + SignWell API issues - none of them can get PDFs

    @Supreme Ok thanks, so I understood correctly.
  12. A

    OnParallel + SignWell API issues - none of them can get PDFs

    @Supreme It gets the file URL. That was the new feature they added. Because you mentioned that Pabbly Connect could not receive the PDF as a binary PDF - or did I misunderstand?
  13. A

    OnParallel + SignWell API issues - none of them can get PDFs

    @Supreme Ok, Parralel support replied back and already implemented it. Do GET request to this and you get the exported PDF :cool: https://www.onparallel.com/api/v1/petitions/{petitionid}/export?format=pdf&noredirect=true Replace {petitionid} with the petition ID obviously.
  14. A

    Run Action AFTER Iterator Completes

    @Supreme Sorry, I don't see that option anywhere. Which router and where in the flow?
  15. A

    Run Action AFTER Iterator Completes

    Where do you see the "Only Run After route" option? I don't see it
  16. A

    Intelligent AI Face crop in Square format through pabbly

    Thank you @ArshilAhmad 🙏
  17. A

    OnParallel + SignWell API issues - none of them can get PDFs

    The parallel teams rocks! Based on this issue I was experiencing the have decided to roll out better support for Pabbly :-D So maybe this will solve itself,
  18. A

    OnParallel + SignWell API issues - none of them can get PDFs

    I fixed problem 2 by passing this parameters: url_only = true and therefore getting the URL. However problem 1 with Parallel is still not solved.
  19. A

    OnParallel + SignWell API issues - none of them can get PDFs

    Parallel Teams support said this: So how can I use the PDF in my Pabbly flows then? Is the only way really to use Zapier?
Top