Google Sheets to Gemini AI Missing Prompt/Topic

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 Text field 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!

Welcome to the Make community!

We’d love to help, however, you have not provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any issue/s and/or error/s.

To allow others to assist you with your scenario, please provide the following:

1. All Relevant Screenshots

We need to see what you’re working with to give you the best advice. Screenshots are extremely important because Make is a visual editor — a picture provides us with more context.

It would help us identify the issue by having screenshots of:

  • the full scenario,
  • any error messages,
  • individual module fields,
  • relevant filter settings (conditions), and
  • each module’s output bundles
  • any external services (spreadsheet headers, sample data, regex101.com, etc.)

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

3. Module Output Bundles

Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually
    Add three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight and click the “preformatted text” button in the editor

  • Method 3: Upload your file and share the public link
    (this method is only recommended for large files exceeding the forum upload limit)

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.

Sharing these details will make it easier for others to assist you.

Hello Samliew,

Thank you for helping me on this. Since I am not able to export my scenario I will try to guide you with some screenshots:

1- Screenshot of the whole scenario.

2- A Screenshot of the first Google Sheets. This will display the table that I am using.

2b- The inside of the Google Sheet. You will see that I am adding the Topic: 7 patterns of AI.

2b- Google Sheets Topic Field

3- Google Gemini AI (Set Up).

4- Google Gemini AI (Google Sheets Topic Field Mapped). You can see that I am calling (mapping) the Topic Field from the Google Sheets.

5- Gemini Input

5- Gemini Input.txt (860 Bytes)

6- Gemini Output

6- Gemini Output.txt (2.3 KB)

7- Google Gemini AI Missing Topic Field.

You cannot individually run a single module if you don’t have example values of the “Data”, which you must input into the prompt when you manually run a single module.

Try running the full scenario instead by clicking the “Run Once” button:

Screenshot_2025-02-25_220239

For more information, see these duplicate questions previously asked and answered by other community members:

Hope this helps! Let me know if there are any further questions or issues.

@samliew