Hello you all,
Im trying to do the following:
-I’m getting a list of company names in Google Sheets
-Then I’m loading these names into Make to use them with Openai
-Openai gets me the company url
-After that I want to send the company url through the HTTP Request to app.companyenrich
-The API enriches the data for the company and saves it back in the google sheet
Now to my problem:
-The list will contain 15.000 company names
-Therefore I need to batch request the enrichment
-The API of company enrich only allows 50 urls with each request
-Therefore I need to “split” the bundle of openai results into packages of 50 → Send them to the HTTP request → Get the enrichment data → save them in the corresponding cells → and get the next 50
I have tried some “copiloting” with ChatGPT and researched the array aggregators, but I’m rather new in Make.
I thank you for every response!