Apr 21, 2021 11:34 PM
Hey everybody,
I need your help
I have an automation that works when a new record is created. However, I already have over 7,000 existing records.
I want to add a button to all the records that pressing it will:
What is the easiest solution you recommend?
Thanks!
Apr 21, 2021 11:56 PM
Welcome to the community, @tal_shahar.
You can’t delete records via native automations, so you would either need to:
or
Apr 22, 2021 12:08 AM
Hi @ScottWorld, thank you for your help.
Any guides you can point me to, for me to learn how to use any of the suggested options?
Thanks!
Apr 22, 2021 07:15 AM
Here is @JonathanBowen’s training blog on scripting:
And here is Integromat’s support article on Airtable, plus some Airtable templates:
Apr 22, 2021 08:03 AM
Welcome to the Airtable community!
If you want a button to duplicate a record and delete the original, you can use a script in Scripting app. You do not need to use an automation.
On the other hand, duplicating a record and delete the original is a very unusual workflow. Do you need to have a new record with a new created time? Do you need a new record to trigger an automation in an external system?
If you want a script, you should decide if you want to learn scripting or if you just want working code. If you want to learn scripting, the resources that Scott pointed out are very helpful. If you just want working code and have budget for an experienced script writer, feel free to make an appointment with me to discuss you scripting needs.
Apr 22, 2021 08:12 AM
Thank you, I will go over both options.
Apr 22, 2021 08:14 AM
Thank you for your reply.
I need a new record to be created in order to trigger a different automation.
I only need a working code, but hoped to find it already out there.
Thanks