Connect Airtable Automations to Make.com... like a boss

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • Seamlessly connect Airtable to Make with this flexible automation approach. 🚀 In this tutorial, I guide you through setting up a automation in Airtable that hits a webhook in Make.com (Integromat) - allowing you to control the automation triggers within Airtable and process data in Make.
    To copy the code snippet seen in this video, visit the No Code Collab website:
    www.nocodecoll...
    👉 Steps Covered:
    Creating an Airtable automation triggered by specific conditions.
    Adding a scripting block in Airtable to generate a webhook-triggering script.
    Setting up a custom webhook in Make and integrating it with the Airtable script.
    Consuming and processing data in Make with the passed record IDs from Airtable.
    Showcasing the flexibility to adapt triggers and script logic as needed.
    #airtable #automation #make #integromat #webhook #workflowautomation #nocode
    Don't miss out on the flexibility and efficiency of this Airtable-Make integration! Subscribe to our channel, like this video, and stay tuned for more empowering tutorials. 🎬✨

Комментарии • 28

  • @nickarthurmedia
    @nickarthurmedia 6 месяцев назад +1

    you've solved an issue i've been struggling with for a long time. Thanks!!

  • @mollytt
    @mollytt 11 месяцев назад

    That was great! Straightforward and easy to follow. Thanks!

  • @insight-guy
    @insight-guy 11 месяцев назад +1

    Thanks. Keep them coming.

  • @smartsazzy1850
    @smartsazzy1850 7 месяцев назад

    I rarely comment on videos. But this was what I needed.

  • @andreslombana5830
    @andreslombana5830 7 месяцев назад +1

    This is great to connect automations! so useful! Subscribed!

  • @wongsimon2387
    @wongsimon2387 4 месяца назад

    That's very useful. Thank you so much!

  • @RocketjetInc.
    @RocketjetInc. 6 месяцев назад +1

    Awesome man, Thanks! Subscribed

  • @ianoliverbailey6545
    @ianoliverbailey6545 7 месяцев назад +1

    really useful - and clear - thanks!

  • @jerome1354
    @jerome1354 3 месяца назад

    Thank you. Very good video 👍

  • @CharlieRealEstate
    @CharlieRealEstate 6 месяцев назад +1

    You are awesome!

  • @centryclass910
    @centryclass910 11 месяцев назад +1

    wow thats amazing!!!!!

    • @nocodecollab
      @nocodecollab  11 месяцев назад +1

      Thanks! Glad it helped!

  • @chrislaishowcase
    @chrislaishowcase 4 месяца назад

    i have an issue with this, make basically just reads the record id but it is not dynamic as make only reads 1st row of airtable? It seems every row have different set of recordids?

  • @chrisder1814
    @chrisder1814 7 месяцев назад

    hello I had ideas for automation but I don't know if it is feasible, and what you can help me understand

  • @roulaal2617
    @roulaal2617 9 месяцев назад +1

    Fabulous ❤ Thanks for sharing 👋

  • @ganesh9212
    @ganesh9212 3 месяца назад

    what is the code if I have to pass more than 1 records? Thanks

  • @RastaFuegoLive
    @RastaFuegoLive 6 месяцев назад

    So you have to run a script in order to connect airtable to make ?

  • @considercaption
    @considercaption 7 месяцев назад

    What the screen recording software?

  • @andreslombana5830
    @andreslombana5830 7 месяцев назад +1

    Sweet!

  • @ruxlb
    @ruxlb 4 месяца назад +1

    Just spent 5 hours today listening to chatgpt tell me to create enough code to take man back to the moon only for it to not work as well as this does.. Thanks for the video

  • @soufianemanager7889
    @soufianemanager7889 5 месяцев назад

    it become in the paid version "run a script" in airtable

  • @dhruv2122
    @dhruv2122 5 месяцев назад

    To be able to use Script need a paid plan but I have another neat trick to get the record id without using script.
    just Add Button Filed and add this to URL Formula
    "?record_id="&RECORD_ID()
    This will send a record id when clicked on that button for that particular row.