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. 🎬✨
you've solved an issue i've been struggling with for a long time. Thanks!!
That was great! Straightforward and easy to follow. Thanks!
Thanks. Keep them coming.
You bet!
I rarely comment on videos. But this was what I needed.
I’m glad it helped!!
This is great to connect automations! so useful! Subscribed!
Thanks for the sub!
That's very useful. Thank you so much!
Awesome man, Thanks! Subscribed
really useful - and clear - thanks!
Glad it was helpful!
Thank you. Very good video 👍
You are awesome!
wow thats amazing!!!!!
Thanks! Glad it helped!
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?
hello I had ideas for automation but I don't know if it is feasible, and what you can help me understand
Fabulous ❤ Thanks for sharing 👋
Thank you! Cheers!
what is the code if I have to pass more than 1 records? Thanks
So you have to run a script in order to connect airtable to make ?
What the screen recording software?
Sweet!
Thanks!
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
it become in the paid version "run a script" in airtable
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.