• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

I don't want to Duplicate entry in Google sheets there is any filter

which filter do i need to use to avoid duplicate entry in google sheet... i want whosoever once filled form is only submitted one time, next time if user try to fill his/her details (SAME PHONE,SAME EMAIL) i don't want to pass that data to google sheet again
 

ArshilAhmad

Well-known member
Staff member
Hi @naman bhawsar,

Please follow the steps below to achieve your use case. You can use any trigger step as needed; Jotform is provided as an example.
  1. 'Get Row(s)' will help you capture the entire data from your spreadsheet.
  2. 'Iterator' will iterate through each row.
  3. 'Filter' will check the phone and email captured from the trigger response and the Iterator. If either of them matches (duplicate entry), the contact will not be added to Google Sheets.
1697398838410.png
 

ArshilAhmad

Well-known member
Staff member
Please set up your workflow as follows: It is much more task-efficient. For each execution, it will consume 2 paid tasks if the contact does not already exist in your Google Sheets. Only 1 paid task will be consumed if the contact already exists in your Google Sheets spreadsheet.
1697566929230.png
 
Top