Recent content by shahidul islam pranto

  1. shahidul islam pranto

    cannot save workflow due to router

    Yes, I saved the workflow in a refreshed tab which included no steps. Now, the workflow is not supporting in inclusion of router although I see no router present already. Can you help please. Thanks.
  2. shahidul islam pranto

    cannot save workflow due to router

    See this workflow history IjU3NjUwNTY0MDYzNzA0MzM1MjZjNTUzNzUxMzA1MTYxNTQzNzBmMzAi_pc This was one of the run of original workflow. I mistakenly saved an empty workflow and everything is gone. Now, the router does not work.
  3. shahidul islam pranto

    cannot save workflow due to router

    Please see the issue in my workflow (see screen shot). On another note, can you revive my previous workflow? I by mistake saved the new workflow.
  4. shahidul islam pranto

    Google sheet is not triggering workflow

    workflow: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzNDA0MzM1MjZhNTUzNDUxMzci_pc One workflow should trigger another workflow. So, first one would create a row and this will trigger another workflow. But it is not happending. See the video so see more
  5. shahidul islam pranto

    Python block intend disappears

    After refresh, the intends are gone and the code shows error. Workflow: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzNzA0Mzc1MjZjNTUzMjUxMzIi_pc
  6. shahidul islam pranto

    How to stop a workflow when it is in delay

    Thank you for your very fast support system.
  7. shahidul islam pranto

    Code by pabbly cannot read html snippet

    I have. but the code takes the formatted text cannot do the operation that I want. the only operation it can do when I give it html tags. Therefore, I have to use the html tags with the python.
  8. shahidul islam pranto

    How to stop a workflow when it is in delay

    Use case: I have made a mistake in my workflow. And I have already made the mistake of sending multiple emails to customers. Now, after the delay (8 days), there are more emails that will be sent, which will be a failure of automation for me. I want to stop the automation immediately. But I do...
  9. shahidul islam pranto

    How to stop a workflow when it is in delay

    My workflow is running the delay step for new 8 days. But now, I do not want to it run further in the middle of that workflow run. How can I setp being the workflow rund after the 8 days delay?
  10. shahidul islam pranto

    Code by pabbly cannot read html snippet

    Hi, replying to know updates about the mentioned issue.
  11. shahidul islam pranto

    Code by pabbly cannot read html snippet

    import re def extract_main_text(html): row_regex = re.compile(r'<tr.*?>(.*?)<\/tr>', re.DOTALL) rows = row_regex.findall(html) # Prepare the output string output = "Tradars Market Scanner Update:\n\nScore Flips\n\n" bear_to_bull = [] bull_to_bear = [] #...
  12. shahidul islam pranto

    Code by pabbly cannot read html snippet

    Please see this 2 min video where I explain the problem. When I implement the same code in a interpreter, the code executed fine, but not in code by pabbly. I think there is some problem in pabbly reading the html code. It is ignoring the html codes. the workflow...
  13. shahidul islam pranto

    Pabbly code step problem

    I am using code block with python in pabbly. The code runs ok but the output is not what i want. \ Workflow: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY0MDYzMjA0MzU1MjY5NTUzMTUxMzYi_pc Step number: 3
  14. shahidul islam pranto

    How to add data in Encoded Form Data

    Hi, I want to add the data in when doing a post api request. (see picture). I am trying to send the customer data as a parameter with the api request. But there is still error that i have to include the customer data. Am I doing it right? Can you tell me by looking at the picture in this post...
Top