Hello everyone,
I’m hoping to get some assistance with a scenario I’m building. I’m trying to create a workflow that uses Google Sheets to feed topics to the Google Gemini AI module, which will then generate a video script. The goal is to automate the creation of educational video scripts for YouTube and other platforms.
I’m running into two main issues:
Problem 1: The topic is not being passed to the Gemini module.
-
My workflow starts with a “Watch New Rows” module from Google Sheets.
-
I’ve correctly mapped the “Video Topic” column from my sheet to the
Textfield in the Google Gemini AI module. -
When I run the scenario, the Gemini AI module receives a blank input for the topic, and the prompt returns a “missing the topic” error.
-
I can confirm the Google Sheets module is correctly outputting the topic data (e.g., “7 Patterns of AI”).
Problem 2: The Gemini AI output is not being recognized by the next module.
-
After manually hardcoding the topic in the Gemini module (which works), the subsequent module (an “Update a Row” module for Google Sheets) does not recognize the generated script output from the Gemini module.
-
When I try to map the Gemini AI output to the “Script” column in my sheet, the field appears blank in the test run.
I’m new to Make.com and am struggling to understand why the data isn’t being passed between these modules, especially when the initial modules appear to be receiving the correct data.
Has anyone encountered this issue before or have any suggestions on how to properly pass data from Google Sheets to Gemini, and then pass Gemini’s response to another Google Sheets module?
Thank you in advance for any help!







