Airtable Scripting - Delete Multiple Records Automatically

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • Hi friends of Airtable! This is an easy tutorial in which we create a script to delete records from a given table. I hope you enjoy & let me know if you have any questions!
    Keep building good stuff!
    -----------------------------------------------
    Sign up for my weekly Airtable newsletter: airletter.subs...

КОМЕНТАРІ • 18

  • @oleleafen
    @oleleafen 12 днів тому

    Perfect way to solve, perfect explanation!
    Thank you 👍👍

  • @burner918
    @burner918 2 роки тому +1

    This was super helpful. Thank you so much. I feel like this is one area where there really aren’t enough tutorials on writing scripts for various actions. Thank you so much for this. I would love to see more Airtable scripting videos. 🙏🏼

    • @rupertxyz
      @rupertxyz  2 роки тому

      I make sure to keep them coming!

  • @ocplan_dbo
    @ocplan_dbo 2 роки тому +1

    Thanks Rupert, you really manage to explain the process well.

  • @bradlegassick9327
    @bradlegassick9327 2 роки тому +1

    Thank you, very helpful indeed. I wonder if you can do a video showing how to delete duplicate records? Thanks for focusing on scripting in Airtable as there aren't that many channels doing it!

    • @rupertxyz
      @rupertxyz  2 роки тому +1

      Thank you! Yes, can definitely make a video about it and will post here as well :)

    • @rupertxyz
      @rupertxyz  2 роки тому +1

      Please find the video about deleting duplicates here: ua-cam.com/video/JvSPjjo7uRw/v-deo.html

    • @bradlegassick9327
      @bradlegassick9327 2 роки тому +1

      @@rupertxyz Thx mate awesome content! You are really helping us get a handle on Airtable scripting. There are not many resources. Thx

    • @rupertxyz
      @rupertxyz  2 роки тому +1

      @@bradlegassick9327 let me know what else to cover in terms of scripting use cases!

  • @acjnas
    @acjnas 2 роки тому

    Thank you. Very well explained. I would love to see the javascript approach to delete multiple records but outside of airtable scripts.

    • @rupertxyz
      @rupertxyz  2 роки тому

      Thanks, Jonathan :) What do you mean by "outside of Airtable scripts"? Via API?

    • @acjnas
      @acjnas 2 роки тому

      @@rupertxyz yes

    • @rupertxyz
      @rupertxyz  2 роки тому +1

      @@acjnas Yes, I can create a video for that soon!

  • @bryanwilkinson3433
    @bryanwilkinson3433 2 роки тому +1

    Super stupid question Rupert - but all of the functions you are using are available through the airtable api? Meaning I could run code similar to this on my own backend server and makes these requests to airtable remotely and not in the airtable itself?

    • @rupertxyz
      @rupertxyz  2 роки тому

      Not stupid at all... So via REST API you're able to list, create, update, delete. You'll have to build logic outside of Airtable then and modify via API. The REST API is therefore completely different from the Scripting API. You'll find an overview here: www.airtable.com/developers

  • @sovereignstaffinggroup9008
    @sovereignstaffinggroup9008 Рік тому

    as this is helpful, some of the prompts in this script are not read properly and I was unable to successfully follow you. Please update if you can.

    • @rupertxyz
      @rupertxyz  Рік тому

      Can you specify what exactly?