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

    Linebreaks being stripped from API request.

    If Pabbly's HTML to Markdown converter worked that would be great. Because then I wouldn't have to do the conversion manually using multiple text replacement steps as I do. Please check out the flow.
  2. A

    Linebreaks being stripped from API request.

    Hi @ArshilAhmad , as explained in my post I replaced the <br> with \n already. I does not work. And I need to send Markdown to my target app (Onparallel). It does not support HTML - so if I send <br> to it inside the Markdown it simply writes <br> in the code. How can I fix this? And when...
  3. A

    Linebreaks being stripped from API request.

    Hi, Please check this video. I have an issue with the text not being sent with linebreak. Pabbly strips them away in my markdown. How can I fix this. I am replacing <br> with \n in my markdown convert sequence (Pabbly's own HTML to markdown converter is broken as previously reported). Target...
  4. A

    How to remove [" and "] from every field in a response?

    Hi, Please see this video: https://share.zight.com/yAuznxG6 Basically I want to turn ALL fields from an API response that are formatted as arrays into normal text. ["Degree"] should become Degree I can easily do it on a field by field basis with an extract pattern text formatter like this...
  5. A

    Bug report: Extremely buggy editor throughout Pabbly connect and data loss

    Hi @Supreme, refreshing does nothing. The issue is with the editor and it seems to be because it messes up it's own CSS when copying and pasting inside it.
  6. A

    Bug report: Extremely buggy editor throughout Pabbly connect and data loss

    And another of it deleting all content: https://share.zight.com/4gu8KqbPLuckily I can command-z when this happens but when it says Data Saved Succesfully and you then come back and all your changes are gone that's a problem because there you can't undo. Either way I hope you can fix these issues.
  7. A

    Bug report: Extremely buggy editor throughout Pabbly connect and data loss

    Another video: https://share.zight.com/4gu8KqD5
  8. A

    Bug report: Extremely buggy editor throughout Pabbly connect and data loss

    And upon saving again - the double box now of job skills and job tasks now turns into this - so it is not only aesthetic but also practically broken:
  9. A

    Bug report: Extremely buggy editor throughout Pabbly connect and data loss

    See this video where I demonstrate around 8 issues - including the loss of all my data: https://share.zight.com/E0uegQvE Workflow: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY5MDYzZTA0MzQ1MjZiNTUzZDUxMzIi_pc - step 14
  10. A

    HTML to Markdown action broken?

    I have tried to make my own coonverter using many different text replacements, but it's a mess. See the input and the result of the markdown conversion in step 7 here. And see the result of the manual Markdown conversion in step 15 - which has the desired output. This is the flow...
  11. A

    HTML to Markdown action broken?

    Your HTML to Markdown converter is broken. Are you not going to fix it?
  12. A

    HTML to Markdown action broken?

    Again, this step you show only removes all formatting which solves nothing. Why do you keep talking about removing the asterixes? Asterix is used in Markdown for formatting. As I said:: A. I want to convert HTML to Markdown. B. And of course this includes basic formatting like line breaks...
  13. A

    HTML to Markdown action broken?

    Hi @Arshita, 1. I do not see any changes made to my flow. 2. I think we misunderstanding eacher. I need to convert HTML to Markdown. And it is not working inside Pabbly COnnect. Why not fix the action so it works? I have a very basic HTML code with linebreaks Italic and bold. And I simply want...
  14. A

    HTML to Markdown action broken?

    Hi, I am not sure what that does accomplish? I need line breaks and bold and italic text in correct Markdown format as output to send in a webhook to Parallel as I showed. The asterix is used for both bold and italic formatting so why remove it?
  15. A

    HTML to Markdown action broken?

    But I need bold text. How can I get that?
  16. A

    HTML to Markdown action broken?

    Second issue: and even with manual text the linebreaks are missing when they are sent: See this and see the linebreaks: And the result - linebreaks are gone.: I just need to make a Markdown text from HTML conversion that is correctly formatted and can be sent as JSON to other apps.
  17. A

    HTML to Markdown action broken?

    Hi @Arshita , I want to convert it to proper Markdown like this: https://www.markdownguide.org/basic-syntax/ I get stuff like this from Pabbly: \*\* Can paste the output into any markdown reader and you'll see that the output from your action is not correct. *'s are used extensively in...
  18. A

    HTML to Markdown action broken?

    Here you see a proper example: This works:
  19. A

    HTML to Markdown action broken?

    I am trying to turn HTML into Markdown but the action does not work. See this workflow on step 7: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY1MDYzNzA0MzI1MjZjNTUzMjUxM2Ei_pc I need to integrate this into Onparallel.com which supports Markdown but Pabbly's output is broken. Input...
  20. A

    Send webhook after Iterator has completed all - and then add the results of each step into separete fields in webhook

    Couldn't I make 4 router - one for each field (3 total) and then a 4th router for the result to run after these?
Top