Search results

  1. Fagun Shah

    Add italian prefix

    You can map the result of Number Formtter step in your send whatsapp message step's mobile number field.
  2. Fagun Shah

    Add italian prefix

    Here you can map your data dynamically in place of 8238197911.
  3. Fagun Shah

    Update Spreadsheet

    Using which app you are sending SMS from Gsheet?
  4. Fagun Shah

    How many webhooks?

    Webhooks and APIs are different. Webhooks in all apps are mostly different for each event. Example, Woocommerce have different webhooks for order created and order updated. API is mostly common per account with each app. Example - SMS company MSG91 lets you create API key for different...
  5. Fagun Shah

    Schedule by Pabbly for every saturday at a specific time

    FYI - Weekdays function by default retunrs below values for each day, Sunday = 1 Monday =2 .... Saturday = 7
  6. Fagun Shah

    Schedule by Pabbly for every saturday at a specific time

    @Rachna and @Pabbly I think this should work in the similar manner & it will not consume any extra tasks because pabbly has all internal function free -
  7. Fagun Shah

    Facing issue while converting date into time stamp format

    C Convert/Generate date in MM/DD/YYYY format and it should work fine.
  8. Fagun Shah

    Bug: Filter Condition Does Not Contain String

    You have setup multiple OR conditions, so any of them is fulfilled it should go through. If you want to check if it does not contain all strings shown in screenshot then you should add them by click on + icon(AND conditions) Working fine for me,
  9. Fagun Shah

    Can we wait till one hour then check the value in another google sheets and then send emails (Cart Abandondent users from Instamojo)

    You need to use different condition, Row Index Returned(row found) -> Is Exist Row Index Not Returned(no row found) -> Does Not Exist
  10. Fagun Shah

    How to add email to Contact in Flowlu

    When you add contact to flowlu you get customer id in return(when you click on save and send test request), use that customer id to add email to contact action. So you will add email address to that exact contact.
  11. Fagun Shah

    Google sheets to social media post on certain date

    2. The best thing I can think of to achieve it is this, You can create another Sheet named Schedule, Date Post/NoPost 14-05-2021 Yes 15-05-2021 No 16-05-2021 No And then you can check against this sheet after holiday wishes check. If you find Yes then workflow should...
  12. Fagun Shah

    How to add email to Contact in Flowlu

    You can use another action after Creating Contact. Add Email to Contact - Add an email to an existing contact. Flowlu Integration List with Pabbly Connect - https://www.pabbly.com/connect/integrations/flowlu/
  13. Fagun Shah

    Trigger from Google Sheet

    Now, I want to pass that results into the Google sheets - Use "Update Row" action of Google Sheet in Pabbly Connect where you can avoid updating cells/columns you do not want to make any changes. So you can keep your ASIN codes as itis and update column C to F for that particular ASIN.
  14. Fagun Shah

    How to Add Iterated values into one Cell in Sheet

    @Kenny posting images here to for easy findings in future, Workflow URL- https://connect.pabbly.com/workflow/share/WhJZawRfVTFfFVIWBkUFIlxPVWJXCwkzUkIBCARhVhA#
  15. Fagun Shah

    Need to understand if such complex workflow can be handled using pabbly.

    Can you share the full screenshot of your workflow?
  16. Fagun Shah

    Google sheets to social media post on certain date

    1. It can be done. You need to use this formula in another sheet and fetch value from there - =COUNTA('SheetName'!A:A) 2. I need more time to understand it. 3. Yes, it can be combined. 4. Not sure If I can do this. 5. Not possible for now.
  17. Fagun Shah

    Help

    Yes, you can do that. You can use a scheduler or delay module (as per your requirement) to achieve this.
Top