Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Delete Record Automation - No Script

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
jjj1232018
5 - Automation Enthusiast
5 - Automation Enthusiast
Status: New Ideas
What is the proposed idea/solution?

Delete records using Automation. I want to move data from Table A > Table B. Currently there's no way without scripting to be able to do such a simple operation. Given that you can right click to delete a record, I'm shocked that this basic functionality is missing.

How does is solve the user problems?

Avoids major workarounds for what I would consider in a data management tool, to be core functionality.

How was this validated?

...

Who is the target audience?

Everyone

6 Comments
ScottWorld
18 - Pluto
18 - Pluto

I totally agree with this suggestion 100%. This is much needed in the product!

Be sure to send this as a feature suggestion to support@airtable.com, since Airtable employees donโ€™t read our feedback here.

Unfortunately, there are currently only 3 ways to automate the deletion of records:

1. Scripting. However, most people using Airtable donโ€™t know JavaScript and donโ€™t want to learn JavaScript. I do not have a deletion script, but if somebody would like to post one below, that would be great! ๐Ÿ˜Š

2. Use an external low-code automation platform: For a non-scripting way of doing this, you currently need to use an external tool like Make's automations & integrations for Airtable, which you could trigger instantly by clicking on a button in Airtable that runs a webhook in Make, or you could use a single-select field in Airtable which triggers a webhook via this script (even though weโ€™re trying to avoid scripts). You can also have Make poll your Airtable table on a regular schedule to check for any records which you have marked for deletion, and then it can delete them on that schedule.

3. Use the Airtable extension Data Fetcher, which lets you schedule a sequence of API calls to Airtable. This still requires knowledge of understanding & coding API calls.

p.s. If your company has a budget for your project and youโ€™d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consulting โ€” ScottWorld

Ty
4 - Data Explorer
4 - Data Explorer

How would you do this in make? 

ScottWorld
18 - Pluto
18 - Pluto
Ty
4 - Data Explorer
4 - Data Explorer

Do you know if theres a way to clear a cell of a record with make?

ScottWorld
18 - Pluto
18 - Pluto

Yes, you can use the NULL function in Make to clear out a field. See screenshot below.

Functions are just one of the many beautiful things about Make โ€” they have dozens of built-in functions that you can use to do whatever you want, but they have hundreds of other advanced features as well.

If youโ€™ve never used Make before, Iโ€™ve assembled a bunch of Make training resources in this thread: https://air.tableforums.com/t/make-com-basic-navigation-tips/277

For example, here is how you would instantly trigger a Make automation from Airtable. https://air.tableforums.com/t/sending-airtable-data-to-an-external-webhook-such-as-make-com/159

I also give live demonstrations of how to use Make in many of my Airtable podcast appearances here:โ€จhttps://www.youtube.com/watch?v=SbH9iE5ncCk&list=PLqssva4liHRwHhQIpTXekG8WObEoyC2F1

For example, in this video, I show how to work with Airtable arrays in Make.
https://www.youtube.com/watch?list=PLqssva4liHRwHhQIpTXekG8WObEoyC2F1&v=sKPyG0HZCYY

p.s. If you have a budget for your project and youโ€™d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consulting โ€” ScottWorld

Screenshot 2024-03-10 at 12.08.39 PM.png

Ty
4 - Data Explorer
4 - Data Explorer

This is a very good answer thanks @ScottWorld!