Search results

  1. A

    URGENT: Pabbly ate all my credits on Parallel :-O

    But if Pabbly is not the fault how come it stopped when I disabled the retry execution feature of Pabbly?
  2. A

    Get File Link for pCloud is not working

    Can you change the Link option in Pabbly to use this endpoint if you don't already? Because all links created right now are broken due to this IP problem.
  3. A

    Get File Link for pCloud is not working

    Hi, I got this message: Is it possible that you are using the wrong type of request? When you generate a link connected to our storage servers and start to download, it is only valid for the IP address from which it was generated. Therefore, if you send it from the servers to the frontend...
  4. A

    How do I update Workiom Static list fields with Pabbly?

    Hi, See. the first screenshot please. I have a field called German Skills inside Workiom. It never updates from Pabbly no matter what I do. Also see this video: https://share.zight.com/p9uoK7Nx
  5. A

    How do I update Workiom Static list fields with Pabbly?

    Two questions: 1. I am trying to insert a static list field. using Pabbly Connect. I can't make it work no matter the payload. I have tried: { "id":string, "label":string } { "id":"string", "label":"string" } { "id":string, "label":"string" } My static list fields are simply not sent., but the...
  6. A

    Pabbly stops running routers out out of the blue (even though they are true)

    Hi, I made a new flow. It still doesn't work and the same happens. It stops in the middle of the execution. I don't see how this is supposed to happen. I have multiple iterators because I need it (even and some only output 1 item), and it's a short flow and Pabbly stopping and messing up after...
  7. A

    Pabbly stops running routers out out of the blue (even though they are true)

    Hi, Yeah, I know about Data Forwarders and use them for certain flows but the problem is I am sending so much data which makes it a pain to manually map all of those points manually. I don't see any logical reason in my flow for it to stop at those places out of the blue. My question remains...
  8. A

    URGENT: Pabbly ate all my credits on Parallel :-O

    It is https://www.onparallel.com/. This flow: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY5MDYzZTA0MzQ1MjZiNTUzZDUxMzIi_pc Thank you very much! Much appreciated.
  9. A

    Get File Link for pCloud is not working

    Ok, thanks. I have already done so.
  10. A

    Pabbly stops running routers out out of the blue (even though they are true)

    Hi, Trying to troubleshoot a flow. What happens here in the task history - why doesn't it run step 9-16 to the left? It stops out of the blue...? https://share.zight.com/E0uOEb8O And same issue here: https://share.zight.com/WnuWEGA9 It doesn't run any of the router items to the left despite...
  11. A

    Get File Link for pCloud is not working

    I get the error: This link was generated for another IP address. Try previous step again. When accessing the generated link here...
  12. A

    URGENT: Pabbly ate all my credits on Parallel :-O

    I turned off the flow now but the moment I turn it on it just explodes and have eaten thousands of my credits on Pabbly as well.
  13. A

    URGENT: Pabbly ate all my credits on Parallel :-O

    What happened? See this video please: https://share.zight.com/8LueZR2L Now I have turned off auto execution but it was only set to run 1 time (which is the default). How do I make it stop? It spams calls!
  14. A

    How to show the index of 1,2,3,n for my items

    I have the exact same usecase and also can't make it work. Have there been any improvements to this in 3,5 years?
  15. A

    Linebreaks being stripped from API request.

    This is how it looks when i paste the result manually when the <br> have been replaced with a linebreak made using a texteditor This is how the same looks when the same replacement have happened it Pabbly AND it is sent through Pabbly's API Action. The text is fine after the text replacement...
  16. A

    Linebreaks being stripped from API request.

    Hi @Subin I don't understand at all what you suggest here. I can't code javascript. I simply want to add linebreaks and send them
  17. 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.
  18. 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...
  19. 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...
  20. 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...
Top