• Reducing operations in Make.com

    Posted by Matt Silvers on January 24, 2025 at 6:27 pm

    I have a list of 1000 companies and I need to generate a short description of each using an AI model like Chat GPT. My list is in a Google Sheet and I’m trying to “batch” 100 companies at a time in the same single Chat GPT operation, and write the resulting 100 short descriptions back to the same Sheet file.

    But I’m having problems converting bundles to arrays and sending those in and out of Chat GPT.

    Again goal is to drastically reduce # of operations in Make and # of calls to Chat GPT and Google Sheets (429 errors)..

    Does anyone have a template where they’ve done this already?

    Thx. Matt

    Hasan replied 1 month, 1 week ago 2 Members · 1 Reply
  • 1 Reply
  • Hasan

    Administrator
    January 25, 2025 at 9:57 am

    if thats the task only, you can use a simple python script to doo so. you will not worry about operations then.

    Try Claude or Deepseek, ask it to generate the script, and try it out.

    in make, you will need to loop over records, and every execution is an operation.

    you can try n8n which is al alternative open source to Make.

Log in to reply.