Hi, I have a workflow where I retrieve data from an Excel file and parse it using ChatGPT. My goal is to extract specific information based on certain instructions, such as identifying the item with the best price offer.
So far, I’ve fetched data from Google Sheets, edited the fields, and transformed it into a JSON file. However, when I upload it to OpenAI, it fails to return a single consolidated answer. If I don’t transform it into a single file, OpenAI generates a separate response for each row instead.