on the example of a successful run on Monday. I tried to manually replicate it here for you with like duplicating a file and making it happen. But that made me realize that the way this automation is set up works perfectly when Gemini saves the file and puts everything in place. But for me to replicate it here, I would need to rename certain things and change parts of this automation. And I think that would cause more confusion than that's worth. So I'm going to show you this on the example of the automation that actually ran on Monday on our latest team meeting. So I'm just going to look at this run and this is what it looks like. Found the new file. went through all of these steps, downloaded it. Up here, it set one variable for the notes, which is the summary, and one for the raw transcription. And then it pulled in the recording here. It successfully went for this router as we have everything we need. And then back here, we get into using the GPT API. Let me briefly switch over to the editing mode so you can see this. It's all within the blueprint that we'll provide with this video. But as you can see right here, this is a prompt that we've worked out over several months. Here are the different blocks we wanted to include like the uncomfortable truths like identifying action items, listing longerterm high impact opportunities and more. You can check out all of this in here. Then we create this JSON that is going to be the structure that we'll be using for the GPT call. So the system prompt at the top and a transcription below it as context. And then here you set your API key and then you pull in this JSON to give the API all the info it needs to work properly. Hope that's making sense in terms of calling the API. That's pretty standard stuff. We've covered this dozens of times on the channel. Again, this is not exactly a beginner tutorial. Let's move on. And then here in the end, we do a bunch of formatting steps so that all of this data can be presented nicely within the air table. And then, as you can see, it takes the output of the last step here 58 to save that within the air table summary field. And if I look over to the air table, that's exactly what happens. It goes into here. And we can see the full custom summary in here. So, as I mentioned in the beginning, now we're not just getting the standard Google Gemini summary, which is, you know, fine, but it gives me this in-depth report here. So, there you go. That's a semi-detailed overview of what this actually does. And now I'm going to show you how to actually import and activate this for yourself because we exported this automation as a make blueprint, which you can in your free account even import. All you need to do is go into a new scenario, say import blueprint, and then get the file from the link in the description below. We'll put it up in a public G drive for you to download. So, I went through this process of setting this up myself a few days ago now. And really, there's three main things that you need to change. First of all, you need to switch this to your own connections. So, all the Google Drive notes, which are one, two, and then free right here, need to be changed to your own Google Drive. You're not going to have access to our company Google Drive obviously. And then you'll also need to adjust the meeting folder. Same thing goes for the Air Table connection. By the way, quick note is that you might have seen that in previous tutorials we used a lot of notion, but we actually switched to Air Table for all of our automations just because it's speedier. A lot of times we saw errors from various automations, especially with higher throughput and a lot of data coming through. And we needed some workarounds because Notion is freely available and it can work as a database, but if you put a lot of info into something like a long transcript, you would have to chunk it into different pieces and do all of these like data gymnastics just for it to work in Notion. In Air Table, it just works and it's speedier. The downside is that it's paid, but for those reasons, we switched everything over to air tableable and that's what we're using now. So, you'll have to reconnect that too and you'll need a air table that is set up like this. A name field that is a single text line, a date date text type, the Google doc link that is a URL, a recording link which is also a URL, and a summary which is a long text field. If you have this set up in Air Table, you'll add a new connection right here. And then just make sure that these exact variables link in the various fields and this will work. The same thing goes for this second air table node here. And then most importantly there's a third air tableable node here in the end. So if everything goes right, this is where it saves all of that. If you just copy the structure of this air table and you link your account, it should be able to transfer everything over smoothly from the blueprint. So you just need to switch out the connection, pick the right base and table and all of this should appear for you. Just in case you need to recreate it, I'll show it all like so. And then the last step is actually changing the value here in the OpenAI API call to your own API key. The rest can stay the same. And that should