I’m building an automation that searches for rows in Google Sheets (10+ rows) and creates a summary. The issue is that when I map the output in ChatGPT, it separates the rows, processing each one individually.
My goal is to retrieve all rows from Google Sheets and then ask ChatGPT to generate a summary. For example, I want a list of clients, their revenue, and the projects we’re working on.
Initially, I used ‘Search Sheets’ to get all rows, followed by an iterator.
ChatGPT maps the output as a collection tag [collection].
Chatgpt don’t get the results of all Rows.