Search results

  1. ArshilAhmad

    Extract Pattern Wrong Pattern?

    Please try using Code by Pabbly to run this Python code, which will help you remove the leading zeros. import re input_string = "0000007856560" output_string = re.sub(r'^0+', '', input_string) print(output_string)
  2. ArshilAhmad

    Updating and Creating new Entries in AITable from Google Contacts

    We have made some changes to the Filter conditions of your Router. Please now test the workflow by creating a new contact or updating an existing one in Google Contacts.
  3. ArshilAhmad

    Moving Folders in OneDrive

    Hi @JasonTell7, Currently, we don't have an action event in OneDrive that allows you to move a folder from one place to another. I'm afraid the use case you are describing is not possible at the moment.
  4. ArshilAhmad

    How to add a product to a lead with Zoho CRM

    Please try using the 'Insert/Update Record' action event. It seems that the 'Nombre De Producto' field is being fetched now.
  5. ArshilAhmad

    Can I send all data from one workflow to another, and then back to the original workflow?

    Could you please share the Workflow URLs where you are attempting this?
  6. ArshilAhmad

    DropBox to Google Drive file format issue

    Please try using a downloadable link to upload the file and see if that fixes your issue. You can do this by replacing the 0 at the end of the link with 1.
  7. ArshilAhmad

    Salad Transcription API Problem

    Please share the Workflow URL in which you have this concern.
  8. ArshilAhmad

    Strava connection doesnt work

    Please log in to your Slava and Pabbly Connect accounts in an Incognito Tab, establish a new connection with your Slava account, and see if that resolves your issue.
  9. ArshilAhmad

    pipedrive endpoint issues

    Hi @viniciussricci, Please try setting up your workflow in this manner with a Router and see if it resolves your issue. https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY0MDYzNTA0MzY1MjY4NTUzNjUxMzMi_pc
  10. ArshilAhmad

    How do I add multiple workflows for same Telegram Bot?

    You cannot fetch both product and order details in the same workflow; you need to create two separate workflows. Use the 'Search for an Order' action event to find a specific order details by its name. Use the 'Retrieve a Product by Name or Slug' action event to fetch product details by its name.
  11. ArshilAhmad

    Salad Transcription API Problem

    Hi @karimsalah, Could you please share the API documentation of the endpoint you are trying to execute in API by Pabbly module? Also, share the Workflow URL where you have attempted to execute this endpoint.
  12. ArshilAhmad

    Automation Failed for Zip code field in Zohoform

    Hi @Niladri_Nayak, Please allow us some time to look into your concern. We will get back to you with an update soon.
  13. ArshilAhmad

    Parsing an an email into JSON

    Hi @KenMen, The JSON generated in the ChatGPT action step appears to be valid when checked on www.jsonlint.com. Could you please make a short screen recording and elaborate a bit more on your exact concern?
  14. ArshilAhmad

    Strava connection doesnt work

    Hi @sammy123, Could you please share the Workflow URL in which you have this concern?
  15. ArshilAhmad

    .txt to .vtt or .rt

    Hi @STEGE-ADMINISTRADOR, Please try using CloudConvert and see if it helps you convert the file into your desired output. Please allow us some time to look into this. We will get back to you with an update soon.
  16. ArshilAhmad

    Cognito Not Pulling Fields In workflow.

    Thank you for sharing the form. Please allow us some time to look into this concern. We will get back to you with an update soon.
  17. ArshilAhmad

    Cognito Not Pulling Fields In workflow.

    The video you shared doesn't seem to show the form you're referring to. Could you please share a short screen recording that shows the fields present in your Cognito Forms but aren't appearing in 'Create Entry' action step?
  18. ArshilAhmad

    Mapped Check Boxes Not Going Through

    Hi @JasonTell7, Please allow us some time to look into this concern. We will get back to you with an update soon.
  19. ArshilAhmad

    Google Sheets to Interact WhatsApp API + Routing delay days

    Hi @Rekha Babulkar, For Google Sheets, we do not support formula-based triggers. The data must either be entered manually into the trigger column or through an API. If any formula is added to the trigger column of the Google Sheet, then automation will not work.
  20. ArshilAhmad

    ClickUp - Other fields (attachment url)

    Hi @atitudecomunicacao, Could you please make a short screen recording elaborating a bit more on your exact use case? Also, please share the Workflow URL related to this concern. This will help us assess the feasibility of your use case.
Top