GPT Stops Processing After 5 Rows in Excel Data Flow – Need Help to Process All Rows

Hi guys!

I’m encountering an issue with a GPT I’ve created. Here’s in a nutshell what it does:

  • Receive data in an Google Sheets/Excel file (let’s say the file has 50 lines)
  • Clean data
  • Send data to an API and get back new data
  • Write a json body for me to copy paste into Postman

The issue is that it will only process 5 lines and then think the job’s done. Or even sometimes, it says that it will process the rest in the background and stops its answer. Obviously it won’t do such thing haha.

How can I make it work using instructions?