Using Open AI with Automation in Airtable

  Рет қаралды 20,982

GAP Consulting

GAP Consulting

Күн бұрын

Пікірлер: 98
@GarethPronovost
@GarethPronovost Жыл бұрын
Grab my *FREE TRAINING* that teaches the building blocks of automation: www.garethpronovost.com/webinar-registration 👈👈 Get a 30-day free trial with Make.com here: www.make.com/en/register?pc=gapconsulting 👈👈
@yannickgodin955
@yannickgodin955 Жыл бұрын
So nice to see your excitment with GPT-3, Gareth! It's actually taking the No Code community by storm right now! Looking forward to discovering what other use cases you can come up with. Keep up the great work (this post was written by a human)!
@GarethPronovost
@GarethPronovost Жыл бұрын
Lol @ "this post was written by a human" - the future is definitely now!
@ManfredWania
@ManfredWania Жыл бұрын
Gareth, this one is amazing! I‘m blown away. Thanks for sharing!
@GarethPronovost
@GarethPronovost Жыл бұрын
So glad you enjoyed it. I'm still reeling by the opportunities here.
@franckyahi3384
@franckyahi3384 Жыл бұрын
Gareth, it seems that you have French ascedent du to your last name. Anyway, I shall say that you kind o contributed to change my job life. Watching your intro videos on Airtable was smething outstanding. I want ot thank you for the great job you've been doing. Indeed sometimes you 're fast but you bring valuable information. keep doing a greater job....
@GarethPronovost
@GarethPronovost Жыл бұрын
Thank you so much, I'm truly honored to be of help. 🤝
@insight-guy
@insight-guy Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:00 🎥 The video discusses how to leverage AI and automation, particularly focusing on OpenAI's GPT model. 00:40 💻 The video presenter, Gareth from GAP Consulting, encourages beginners to start with his free training on no code automation. 01:36 🤖 Gareth presents the interface of ChatGPT, a paid part of OpenAI, which allows communication with an AI model. 02:33 🌨️ Gareth uses the AI model to generate a description of snow, demonstrating its text generation capabilities. 03:32 📝 Gareth presents his Airtable database, explaining how he uses it to store content and posts, and how these two are linked. 04:30 💡 Gareth proposes a scenario where AI could generate social media posts based on his blog content, saving him time. 05:26 📝 Gareth uses OpenAI to generate a social media post based on his blog, demonstrating the potential uses of AI in content creation. 06:51 🔄 Gareth refines his request to the AI model to make the generated social media post shorter, demonstrating how users can tweak their interactions with the AI for better results. 07:48 🔄 Gareth demonstrates how to incorporate the AI model into an automation, using a webhook for triggering the automation. 08:44 🔘 Gareth adds a button to his Airtable record to initiate the automation, demonstrating how to easily implement AI and automation into a workflow. 09:39 🧩 A concatenate formula is used in Airtable to append a unique record ID to the webhook URL. 10:06 🎯 This record ID helps in identifying the exact location in Make to apply any changes. 10:36 🔗 Once the URL is opened, the webhook gets triggered and the data is successfully sent and received in Make. 11:03 🔍 In Make, the data can be located using the record ID passed from Airtable. 11:57 🎫 Using the record ID, the corresponding data can be retrieved and viewed in detail. 12:56 🤖 OpenAI's GPT-3 is used to automate the creation of social media posts, providing unique content for each post. 13:55 📜 The automation uses the unique URL for each blog, ensuring the correct reference for each post. 14:24 📊 User can adjust the number of tokens and temperature values based on their requirement for risk-taking and length of text generated. 15:50 🔄 After the text is generated by OpenAI, it is updated back into Airtable. 16:47 💡 The entire process involves using automation and artificial intelligence to generate a social media comment, and update it back into Airtable. 17:17 🎉 The successful execution of this automation is validated in Airtable. 17:47 🚀 The automation can generate and share social media posts based on the content created, thereby eliminating the need for manual intervention. 18:15 🔄 Demonstrated a sample run using a blog post from November 2022. The automation correctly generates a relevant post based on the selected record. 18:43 💡 The system shows an intelligent understanding of blog content and generates relevant posts accordingly. 19:13 📚 Encourages new users to join in for a deeper understanding of no-code automation through training and subscribing to the channel. 19:41 🎓 Reminds viewers of the free training on no-code tools and automation basics available on their website, and invites them to explore other paid services, including advanced courses and consulting. Made with HARPA AI
@LocalAlienCreative
@LocalAlienCreative Жыл бұрын
Dude, this was absolutly life saver! Thank you kindly!!!
@GarethPronovost
@GarethPronovost Жыл бұрын
This is why we do what we do! Happy to help 💪
@bfkouba
@bfkouba 3 ай бұрын
This is exactly what I was looking for. Thank you! Can these automations be trigged in AirTable when a value changes instead of through a button?
@GarethPronovost
@GarethPronovost 3 ай бұрын
Definitely! You can trigger an automation based on a change in a specific field ✅
@ValentinBrel
@ValentinBrel Жыл бұрын
Great Thank you! I have a small question : why don't you directly use the Airtable module with the integrated webhook as the first module? Thank you again
@GarethPronovost
@GarethPronovost Жыл бұрын
It has to do with the way that make.com counts operations. If you search Airtable every 15 minutes for a trigger in Make, you will spend operations needlessly throughout the day. 4 per hour x 24 hours. This can run up the cost of your plan, so we use a webhook to counter that.
@GarethPronovost
@GarethPronovost Жыл бұрын
The integrated webhook is a newer feature in Make, I'm not sure if it was available when we filmed this originally but it does the same job as our script+webhook
@francisrealestateltd.
@francisrealestateltd. Жыл бұрын
I need to learn so Much from You ❤
@GarethPronovost
@GarethPronovost Жыл бұрын
You can do it!
@francisrealestateltd.
@francisrealestateltd. 10 ай бұрын
Yes Sir 🙏🏿
@tahirjetter5665
@tahirjetter5665 Жыл бұрын
Hey Gareth, if you wanted to continue going through all of your blogs with the same workflow, would you have just had to add a iterator module in Make and map it correctly?
@GarethPronovost
@GarethPronovost Жыл бұрын
You can do this with an iterator, which would take many things and break it down for each item. Alternatively, you could create a different trigger and trigger many all at once. I wouldn't want to push a button 100 times, but I could copy paste a checkbox, for example
@sergeyrizen9113
@sergeyrizen9113 Жыл бұрын
Hi, Gareth 👋 It's just unbelievable! Thanks for sharing this recipe with the community. Two questions raise. 1. Am I right in thinking the same can be done using Zapier instead of Make? 2. Can something similar be done to correct grammar in an existing article/post? Many thanks and all the best
@GarethPronovost
@GarethPronovost Жыл бұрын
Thanks for watching! 1. Sure you can use Zapier instead of Make.com, if you don't mind paying double for automations 🤪 2. You can add descriptions in your prompt to cultivate your optimal output. For example, you can ask for the output to be in a playful tone, or for it to be written for a fifth grader to understand. That said, I do recommend an editing step where you take the output and review it before publishing. I don't fully trust the AI to post on my behalf. 🤷‍♂️ 2.
@sergeyrizen9113
@sergeyrizen9113 Жыл бұрын
Hi Gareth! Thank you for the detailed reply. Yeah, we as humans should not release control entirely when dealing with AI. Will have a closer look at Make, thanks for the advice
@williamho161
@williamho161 Жыл бұрын
Thank you for sharing the video! It's awesome!!
@GarethPronovost
@GarethPronovost Жыл бұрын
Glad you liked it!
@TowPiglet
@TowPiglet Жыл бұрын
very cool
@PaulGaleComedy
@PaulGaleComedy Жыл бұрын
Wondering if it's "reading" the blog, Gareth, or just writing the posts based on the descriptive text at the end of your URL. Would be a little more expensive, but you could use Make to send the body of the link through to Open API to ensure it's reading the text -- I assume that would lead to less generic results
@GarethPronovost
@GarethPronovost Жыл бұрын
Excellent point!
@TheMaxiviper117
@TheMaxiviper117 Жыл бұрын
It does not have access to the internet
@isaacwick9522
@isaacwick9522 Жыл бұрын
dude you are a genius
@GarethPronovost
@GarethPronovost Жыл бұрын
😂 thanks, hope this helps!
@TheRemyRomano
@TheRemyRomano Жыл бұрын
Nice job. So easy to do with Make.
@GarethPronovost
@GarethPronovost Жыл бұрын
So easy and incredibly powerful!
@cmmarinaroch
@cmmarinaroch Жыл бұрын
Great stuff. Works like charm.
@GarethPronovost
@GarethPronovost Жыл бұрын
Love it!
@OntheHookGames
@OntheHookGames Жыл бұрын
I just implemented this. F*cking incredible. Thank YOU Gareth!!!!
@GarethPronovost
@GarethPronovost Жыл бұрын
Woot!
@nuzzre
@nuzzre Жыл бұрын
I can forsee lots of uses for this flow! However, I'm asking it to create a 200-300 word property description, and it's only giving me the first dozen words or so. I must be telling it to snip somewhere? Where would that be?
@Pxl83webdesign
@Pxl83webdesign Жыл бұрын
This is great, any way to to do this using a button in an interface. I would love to press the button and have it post the Openai response to a text field in an interface I built.
@GarethPronovost
@GarethPronovost Жыл бұрын
Absolutely. We do this constantly.
@Pxl83webdesign
@Pxl83webdesign Жыл бұрын
@@GarethPronovost Great, I got it to work, added the button to the table and a text field and then added it to the interface. Is there a way to turn off the new window from opening when I click the button?
@GarethPronovost
@GarethPronovost Жыл бұрын
Definitely. We did a video a while back that showed how to trigger Make.com from a button push without the window opening. It involves a script (copy/paste) and a webhook trigger. Do a search for the video, called "button push no more buttons Airtable" or something similar to that. (I'm on my phone and can't link the exact video)
@hammadyounas2688
@hammadyounas2688 3 ай бұрын
@GarethPronovost. I have the content in the interface, How can I get that and pass to OpenAI?
@GarethPronovost
@GarethPronovost 3 ай бұрын
If the content is in your Airtable record, you need to send it to OpenAI using the automation (either Zapier or Make). To do this, build an automation that takes it from Airtable and shares it with AI, similar to how we did in the video.
@naturallydope247
@naturallydope247 Жыл бұрын
What app are you creating the webhook in? Softr?
@GarethPronovost
@GarethPronovost Жыл бұрын
The webhook here was created in make.com
@juamsalvez
@juamsalvez Жыл бұрын
Thank you Gareth! Is there any way to do the same in SmartSuite with the limitations that we have with Make at the moment?
@GarethPronovost
@GarethPronovost Жыл бұрын
Hi! Yes this exact process can be replicated in SmartSuite using Make.com - their Make integration isn't public yet, but you can request access if you message their support channel.
@vazapcool
@vazapcool Жыл бұрын
Is it possible to predict data from Airtable with BIGML?
@GarethPronovost
@GarethPronovost Жыл бұрын
I haven't seen this done, but I checked BIGML and saw that they have an open API, so it is most likely possible, although I don't know if they have an integration with make.com or not. If not, you'd need custom code to create an integration.
@556andressantorio
@556andressantorio Жыл бұрын
This is amazing! Thank you Gareth! I am running into an issue, however. Somehow I have to go back to MAKE and hit 'Run once' in order for it to start listening to the buttons in the table. WIthout it if I click the button it opens the window but does not trigger the automation. Am I missing something?
@GarethPronovost
@GarethPronovost Жыл бұрын
Hi! Have you upgraded to a paid account with OpenAI? It's inexpensive, but you do need a card on file with them to make API calls. Sorry I didn't explain that thoroughly in the video.
@556andressantorio
@556andressantorio Жыл бұрын
@@GarethPronovost no, but the calls go through. Isn’t it a MAKE setting to make the scenario always on?
@nikolaytrakiyski6220
@nikolaytrakiyski6220 Жыл бұрын
@@556andressantorio I am having the same problem now. Did you bypass this by any chance?
@556andressantorio
@556andressantorio Жыл бұрын
@@nikolaytrakiyski6220 I managed to make it work for some time but I don’t use this automation anymore. Garett is is up to date I suppose.
@trixymariemacaraeg2362
@trixymariemacaraeg2362 Жыл бұрын
Do I need a paid Open AI to be able to do this? My automation runs an error in ChatGPT and says I have reached my quota. :(
@claudiolins4025
@claudiolins4025 4 ай бұрын
Me too.. and i have chat gpt 4.0 :( can we help us from the basic?
@tgauss
@tgauss Жыл бұрын
Thanks for the tutorial! I'm having a similar issue I see happening in your video where the Open AI Text output is preceded by a few blank lines. Any idea how to prevent that from happening?
@GarethPronovost
@GarethPronovost Жыл бұрын
I haven't cracked that just yet. For us it's a low priority since I'm having the output reviewed before getting published. Removing the spaces manually is just part of the review process, since I'm hesitant to trust the AI without a verification step.
@PaulGaleComedy
@PaulGaleComedy Жыл бұрын
Could use the "trim" feature within Make to remove any blank characters before or after the text.
@joingather
@joingather Жыл бұрын
Small thing, but instead of using Concatenate, I’ve found that "&" character easier to use & cleans up the code a bit. Just FYI
@GarethPronovost
@GarethPronovost Жыл бұрын
Thanks for the tip! Personally I find & to be confusing and prefer Concatenate, but appreciate the different perspective!
@joingather
@joingather Жыл бұрын
@@GarethPronovost To each their own! I normally use it and lean heavily on line breaks to keep the code easily readable, but 🤷‍♂ Great video btw, super interesting. Wondering when Airtable will begin building in AI content generation features more directly. Have you had to work much with Internationalization of apps you build atop Airtable? Wondering if you have good tips for serving content across a variety of languages.
@rebeccavesperas8274
@rebeccavesperas8274 Жыл бұрын
@@joingather @GarethPronovost I'm wondering if I already have text in the description field if either methods mentioned here will completely overwrite the field. If so maybe I make a field just for the chatgpt generated product description and then have one for additional information, then add a third where I combine the two...
@cgc2300
@cgc2300 Жыл бұрын
hello can you explain to me what is the advantage of using airtable given that my articles are already stored on a database, WordPress
@GarethPronovost
@GarethPronovost Жыл бұрын
I don't know that I'd consider WordPress to be a database as much as it's a way to build your website. I'm not a WordPress pro though, so I'm not the best person to discuss WP
@cgc2300
@cgc2300 11 ай бұрын
​@GarethPronovost hello I was talking to you about WordPress since I would like to do a business selling jewelry, so I am finding out about the plugins to use but I am also finding out about the subject of artificial intelligence and also using chatgpt with make to ask him to write me articles or product descriptions and send them directly to social networks, I had some ideas and could I see your opinion and also I still have questions regarding SEO, can chatgpt do keyword and hashtag research for me automatically? I also understood that content written by artificial intelligence is penalized by Google? anyway thank you for answering me
@XxStupendousManxX
@XxStupendousManxX Жыл бұрын
Does SmartSuite also have the ability to disable a button until conditions are met?
@GarethPronovost
@GarethPronovost Жыл бұрын
Yes and no. I tried using an IF( [Link], [Link], "") formula and it didnt' work for the button. However, I can just reference [Link] field and it is only able to be pushed if there's a link in the right field. So more advanced conditions seem not to be available just yet, but hoping soon!
@dankelly
@dankelly 8 ай бұрын
Where are you in Airtable that you see that huge + button? It looks like a separate tool.
@GarethPronovost
@GarethPronovost 8 ай бұрын
I think you might be talking about Make.com
@dankelly
@dankelly 8 ай бұрын
@@GarethPronovost ooooh. My bad. I've been watching a bunch of your Airtable videos and got this one mixed up with those. 👍
@Group881
@Group881 Жыл бұрын
I tried doing the prompts directly on Chat GPT and using the the airtable/make integration displayed. I found out that the direct Chat GPT prompt gave much better results. For some reason the result I keep on getting from airtable/make scenario using Chat GPT is cut, it does not paste all the text, is there reason this happens?
@GarethPronovost
@GarethPronovost Жыл бұрын
Check the number of tokens you are allowing to be consumed by the automation. If you don't give it enough "gas" it can't give you lengthy results.
@EvgeniyKharam
@EvgeniyKharam Жыл бұрын
Great video, thank you, how to create an API for ChatGPT ?
@GarethPronovost
@GarethPronovost Жыл бұрын
Not sure I understand the question.
@KellyBNunn
@KellyBNunn Жыл бұрын
Gareth. How can I contact you for consulting?
@GarethPronovost
@GarethPronovost Жыл бұрын
We have some consulting options on our website here: garethpronovost.com
@VoyceAtlas
@VoyceAtlas Жыл бұрын
make sure he doesnt tell you that gpt has internet access lol because that explination was so off and wrong. all these people making videos about it and they dont know anying about how it really workds. the link is just being read and made up because it has words in it.
@GarethPronovost
@GarethPronovost Жыл бұрын
@@VoyceAtlas correct, it doesn't connect with the internet. Apologies for the misinformation. 👊
@ximenacastillo5270
@ximenacastillo5270 Жыл бұрын
Hi! I am running into this error when running the Airtable module: RuntimeError [500] Origin Airtable Automatic error handler If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like. ---- I have no idea how to fix that problem or where is coming from. Hope you can help me!
@GarethPronovost
@GarethPronovost Жыл бұрын
Hi Ximena, I'm sorry I don't know what's causing this. Have you checked to make sure that Airtable wasn't "down"
@Belfast1966.
@Belfast1966. Жыл бұрын
i keep getting an error "There is no scenario listening for this webhook."
@GarethPronovost
@GarethPronovost Жыл бұрын
Have you turned your automation on?
@Belfast1966.
@Belfast1966. Жыл бұрын
@@GarethPronovost your the man!😁thanks!
@francisrealestateltd.
@francisrealestateltd. Жыл бұрын
❤❤❤
@mattiasherrera1
@mattiasherrera1 Жыл бұрын
Wow!!!!!! That's all I can say
@GarethPronovost
@GarethPronovost Жыл бұрын
Right?
@pvellenzer
@pvellenzer Жыл бұрын
God help us !
@GarethPronovost
@GarethPronovost Жыл бұрын
Surreal, right?!?
@User_PC_Loadletter
@User_PC_Loadletter Жыл бұрын
Dude. .... Dude.
@GarethPronovost
@GarethPronovost Жыл бұрын
Right?
@Matrixeve-sojinsamuel
@Matrixeve-sojinsamuel Жыл бұрын
In these types of videos, you don't have to start explaining what chatgpt is? etc; as per your video title "Using Open AI with Automation in Airtable" your target audience is already familiar with at least Open AI, Chatgpt, and Airtable. Next time please focus on the intent.
@GarethPronovost
@GarethPronovost Жыл бұрын
Appreciate the feedback
@robertt8279
@robertt8279 Жыл бұрын
Between AI writing detectors and crypto watermarks within the text, folks need to watch out if they're using this blindly for Seo. You should never be putting content out on the web automatically without reading it and editing it first.
@GarethPronovost
@GarethPronovost Жыл бұрын
Good advice!
@VoyceAtlas
@VoyceAtlas Жыл бұрын
bro this is bad info... you cant read the url... its reading the link words. do not use the way this guy said he doesnt understand that gpt does not have internet access.
What's new at SmartSuite for 2023?
19:48
GAP Consulting
Рет қаралды 2,9 М.
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 22 МЛН
Using Open AI to write Airtable formulas
20:46
GAP Consulting
Рет қаралды 4,5 М.
You need to learn AI in 2024! (And here is your roadmap)
45:21
David Bombal
Рет қаралды 699 М.
Building An AI-Powered Social Media Assistant (Fully Automated!)
11:36
Looping Automation with Airtable
11:39
GAP Consulting
Рет қаралды 6 М.
ChatGPT for Automation in Business and Personal Tasks Easily
32:56
Adrian Twarog
Рет қаралды 44 М.
How I Use AI + No Code to Validate any SaaS Idea
10:39
Simon Høiberg
Рет қаралды 277 М.
Create Your Own AI Person (For Free)
23:33
Matt Wolfe
Рет қаралды 330 М.