Mar 31, 2021 09:08 AM
Hello
I have a a process automation that when a lead is converted to a customer (single select field), airtable automation create a new record in a client tab and a list of tasks to do accordingly.
I have 2 types of tasks, 1 for product 1 and 1 for product 2.
Everything works perflecty … however, when i selected 2 products for one customer I have a duplicate customer fields …
I checked with the delete duplicate script, but i want it to be automatic.
I attached screenshot, so maybe you can help … many thanks in advance ! Maybe there is some workaround with the automation set up. Is there anyway i can update when the client is existing, instead of creating a new line ?
thanks !
Apr 06, 2021 08:06 PM
I can think of a couple of ways to optimize this so that you don’t get duplicate client records, but they all involve script actions as part of the automation design. Until Airtable implements conditional logic and branching into the automation architecture, a script action is the only way to do this kind of advanced behavior. A script could search your client list for the client that is tied to a given product that led to a conversion. If that client is found, it links to the existing client record; otherwise it creates and links to a new client record.
Script actions in automations require that your base be in a Pro-plan workspace or higher. If your base meets that criteria but you’re not comfortable writing scripts, and you have a budget to cover development, message me and we can talk in more detail.
Apr 06, 2021 11:03 PM
Hello Justin, and thanks for your reply
I did the script by my self since I asked the community
thanks !