Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Memberships

AI Automation Skool

2.4k members โ€ข Free

GOOSIFY: Skool Made Fun

13.1k members โ€ข Free

AI Automation Society

414k members โ€ข Free

Check Description - Just 1 USD

1.2k members โ€ข Free

Content2Cash

70 members โ€ข $170/month

Kourse (Free)

112.3k members โ€ข Free

EmpowHER AI

500 members โ€ข Free

AI Automation (A-Z)

161.1k members โ€ข Free

THE SKOOL HUB

5.3k members โ€ข Free

249 contributions to Master AI Automation
This is a story...For the past 2 years, Iโ€™ve been on Skool every single day.
In total, itโ€™s already been 2.5 years, but for the last 2 years, the fire has really been burning.Every day, I pick up another small piece of knowledge. For me, itโ€™s the 1% method:getting just a little bit better every day. And honestly: Iโ€™m proud of myself for that. Sometimes we should allow ourselves to celebrate our own consistency.Because I believe that showing up every single day for 2 years is something not many people on Skool have done. I can only encourage everyone:Stay curious. Keep learning. Keep exchanging ideas. At some point, it will pay off.Maybe financially. Maybe professionally.Or maybe simply because it feels good to understand more about this world. But knowledge is only one side of it. The network is the other. Over the past years, Iโ€™ve met so many great people.People to learn with, laugh with, discuss ideas with, or even share a beer with. Iโ€™m truly grateful to be part of such a large international network full of inspiring people. Thank you. Holger And now: back to learning.
This is a story...For the past 2 years, Iโ€™ve been on Skool every single day.
1 like โ€ข 2d
@Holger Peschke Consistency is an absolute achievement. What did keep you motivated?
New challenge; how to cluster 1000+ records
Following my challenge of semantically grouping 1000+ records I now have a follow-up challenge where I need to cluster a sub-set of the semantic relevance output. As before my current scenario appears limited to processing a few hundred records. (In the video, I show how it processed 238 just 7 days ago and made me think it's done and dusted). But I just tried using the same scenario to process 1300 records and the agent didn't even try; it processed 0 records (effectively giving up before it even began). So this time I want to be proactive and not get myself in the mess that caused me to consume 17000 credits in less than an hour! Thanks to @Aashiya Bi for helping me come up with a 2-part scenario I think will work for large-scale semantic relevance processing. But how do I do something similar for this follow-up scenario. What do I need to change to my current scenario or LLM so that the scenario can execute. Any ideas up front will be most welcome. cc. @Mohamed Jahar
New challenge; how to cluster 1000+ records
0 likes โ€ข 12d
@Colin Clapp I checked and I believe it could be due to large volume of data in agent input. You can try adding group by in this automation as well. OR you can put a retry route. Put a filter on a router after agent module, if response does not contain any record, then rerun the module with same input and continue.
0 likes โ€ข 11d
@Colin Clapp You can try by uploading file. AI agent does not have option to upload file in module so you can try with openAI module itself "Generate a response" and select prompt type as "file" there and include your prompt there. Or otherwise you can select a different model for the agent with larger context window. https://www.loom.com/share/adf690c5208e4f03817c2a13d3c98adf
OUCH! OUCH! OUCH! 17000 records burned by runaway Make scenario
OMG! Did I just get burned. Easily my biggest ouch in the 18 months I've been using Make. I apologise in advance for the poor quality video, (a lag between my voice and screen) but hope you can hear my frustration and start to see my problem. In a nutshell, how do you get a scenario to process batches (of Airtable data) and then end cleanly when it's iterated through all the records. Alternatively, what AI Agent or AI model/LLM could I use (via OpenRouter) that would process 1000s of records). That would be the easiest solution.
OUCH! OUCH! OUCH! 17000 records burned by runaway Make scenario
0 likes โ€ข 14d
@Colin Clapp The previous configuration was fine. The mistake happened on mapping side. In iterator, you had to map array while you mapped array.results. That was the reason it only pulled records from first bundle of the array which was 25. Check in image 2, how it should map. Try this way and let me know:)
0 likes โ€ข 13d
@Colin Clapp Can I try running for testings to make fix?
๐Ÿš€ Killer Updates New Make.com : arrayIntersect() & arrayDifference()
Just noticed that Make has added two very useful array functions: โœ… arrayIntersect()โœ… arrayDifference() At first glance they seem simple, but they can eliminate a lot of routers, iterators, filters, and custom logic that many of us have been building manually. Example Use Case: Order Fulfillment Imagine you receive two JSON datasets: Orders [ {"ProductNumber":"P1001"}, {"ProductNumber":"P1002"}, {"ProductNumber":"P1003"}, {"ProductNumber":"P1004"} ] Warehouse Inventory [ {"ProductNumber":"P1003"}, {"ProductNumber":"P1004"}, {"ProductNumber":"P2001"}, {"ProductNumber":"P2002"} ] If you want to get the product number that is in both in Orders and Warehouse Inventory you could use โœ… arrayIntersect() OUTPUT : P1003 P1004 Or if you want the product number that is in the first Array you choose (Eg : Orders) and not in the second array (Eg : Warehouse Inventory) you could use โœ… arrayDifference() P1001 P1002 Why This Is Useful Some quick automation ideas: ๐Ÿ”น Compare ERP products vs Warehouse stock ๐Ÿ”น Find customers present in CRM but missing in Mailchimp ๐Ÿ”น Compare Leads from two systems ๐Ÿ”น Match employee records between HR and Payroll systems ๐Ÿ”น Find invoices not yet paid ๐Ÿ”น Compare Shopify orders against fulfillment records ๐Ÿ”น Detect missing records during data migrations Previously, I would typically use iterators, filters, aggregators, or custom JavaScript for these scenarios. Now it can be done with a single function. Small update, but definitely one of those features that will simplify a lot of real-world automation workflows. Looking forward for your thoughts on this !
๐Ÿš€ Killer Updates New Make.com : arrayIntersect() & arrayDifference()
3 likes โ€ข 23d
Awesome update
After teaching AI to dozens of students, Iโ€™ve noticed a pattern.
The students who succeed arenโ€™t the ones asking: โ€œWhatโ€™s the best AI tool?โ€ Theyโ€™re asking: โ€œWhatโ€™s a problem I can solve with AI today?โ€ Tools change every month. Problem-solving stays valuable forever. Whatโ€™s one problem youโ€™d like AI to help you solve right now?
3 likes โ€ข 23d
Managing all cluttered updates in different platform
1-10 of 249
@aashiya-bi-8760
Community Manager @Master AI Automation, and Automation Engineer. I am here to listen you. ๐Ÿ’›

Active 1d ago
Joined Apr 1, 2025
Powered by