Search results

  1. Fagun Shah

    Webhook Data is Different For test and actual workflow execution

    [SOLVED] This is a bug from Elementor Side. It will only send advanced data like Date,Time , Remtote IP if you have Email action enabled with those meta field data. It looks like that Advanced Data toggle is not working properly for Elementor Pro Form.
  2. Fagun Shah

    Webhook Data is Different For test and actual workflow execution

    When capturing webhook data first time pabbly connect captures everything from Elementor Form Webhook(including IP and date, time) - But in actual live workflow it misses many data fields like date, time , ip etc., Why Pabbly connect captures diffrent data in testing and live workflow...
  3. Fagun Shah

    How to separate First Name and Last Name if there are multiple spaces?

    Names can be really long and may contain more than 2 or 3 spaces, how to split in a way that the the text before first space is taken as first name and every thing else after the first space as last name? Copy this Workflow -...
  4. Fagun Shah

    Woocommerce "order paid" trigger

    You update row(update status only) of that particular order by lookingup that row usung order id.
  5. Fagun Shah

    I am unable to send bulk WhatsApp messages from my google sheet

    Share what issue you are facing exactly..if possible share screenrecording with mentioning your issue or share a screenshot
  6. Fagun Shah

    Details not captures in instamojo

    I have not used ProductDyno so I can't help there..but generally, in most of the tool, it is found in URL while editing that product. I am still tagging @Pabbly to help you here.
  7. Fagun Shah

    Details not captures in instamojo

    Use "Get Payment Details" action step just after this trigger and map order id, it fetch all the details you want.
  8. Fagun Shah

    Auto update phone number prefix in google sheets or elsewhere

    You still need to do use a similar formula top pick certain number from RIGHT and then concatenate with country code. If you get stuck PM me https://www.facebook.com/fagun.shah.7/
  9. Fagun Shah

    How to Execute Once and Stop Infinite Loop?

    @david , if you want we can connect on FB and then solve your issue - https://www.facebook.com/fagun.shah.7/ No charges. But we may need to do a zoom call.
  10. Fagun Shah

    Whatsapp - Google Sheets Bulk Messages vs Anti-spam Policy

    You can setup minimum delay of 1minute inside pabbly connect workflow with Delay module.
  11. Fagun Shah

    Razorpay payment page unique ID

    Yes, this is a common issue of Raorpay. Many users from FB Group tried to reach them and tell them that you need to add product id or page id in webhook data but looks like it is still not done from razorpay side.
  12. Fagun Shah

    Text Formatter by Pabbly : Split Text - Response FALSE

    @tsuiwilliam I have also faced similar issue and reported it to them already. They said Text Formatter is down and they are working on it.
  13. Fagun Shah

    Browser Bird Integration

    Use API module in pabbly -
  14. Fagun Shah

    This YouTube Link's Instruction is not working

    @krishi.somanna I can help you with this, I am attaching screenshot of the workflow you wanted to make and also if you need help you can DM at https://www.facebook.com/fagun.shah.7/ . Emails -
  15. Fagun Shah

    How to create itemizer list from multiple values?

    Check this video, Pabbly has Iterator module which is similar to Looping i Zapier,
  16. Fagun Shah

    whatsapp

    Whatsapp does not provide direct API access, so direct integration is not possible. But you can use Chat API to achieve the same. Here is a video for you -
  17. Fagun Shah

    Woocommerce Order Update

    Follow these steps : 1. Use google sheet new row added as trigger - first half of this video will help you do that - 2. Use order id to "Retrieve Order" details from woocommerce 3. Use " Update order" to update order in woocommerce and map details from Revtrieve Order step. If your order...
  18. Fagun Shah

    what is task alloted

    Here is the details explanation video -
  19. Fagun Shah

    Spreadsheet formula COUNTIF not behaving as described in your doc

    Already reported- https://forum.pabbly.com/threads/countif-formula-does-not-work-as-expected.648/ They are working on it
  20. Fagun Shah

    Execute one step after the iterator is done

    Add router -1 with conditions to complete your iterator tasks and then add router -2 with condition which will be always true and add delay there to send api/webhook.
Top