What is your goal?
I want to automate a process where answers written in first person (stored in Google Sheets) are rewritten into third person using OpenAI, and then automatically sent to Google Docs.
The flow is: Google Sheets → OpenAI → Google Docs.
What is the problem?
Everything works technically — data moves from Google Sheets to OpenAI and then into Google Docs without errors.
However, OpenAI doesn’t follow the instruction.
Instead of rewriting the text into third person, it just copies the original text exactly as it is.
It seems like the model receives the data, but doesn’t apply the transformation described in the prompt.
What have you tried so far?
Refreshed and re-mapped all Google Sheets fields in Make.
Reconnected both Google Sheets and OpenAI modules.
Verified that data from Sheets is being passed correctly to OpenAI.
Tested the same prompt directly in ChatGPT — and it works perfectly there.
Adjusted the OpenAI node roles
Tried using Iterators, Array Aggregators, and Tools modules to handle grouped responses or multiple columns — but the result is always the same: OpenAI just repeats the input text or are empty
Screenshots: scenario setup, module configuration, errors
Integration Google Sheets, OpenAI (ChatGPT, Sora, DALL-E, Whisper).blueprint (1).json (70.9 KB)




