What are you trying to achieve?
My goal is to have the text generated by the Gemini module directly integrated into the Google Docs module, so that it saves and structures this text in a Google Docs file.
Steps taken so far
Hello everyone,
I’m currently working on an automation scenario to retrieve emails, test sending the retrieved emails through Gemini, and then use prompts to select the top four, refine them, and send them to Google Docs.
Here’s where I stand:
The connection between Outlook and Gemini is established.
I’m using Google Docs as a module to receive the content, but I’m facing an issue: I can’t seem to get the result obtained from Gemini to be directly sent to the Google Docs module I created.
Problem Encountered:
I am trying to automate the creation of newsletters using Make.com (formerly Integromat), Gemini AI, and Google Docs. The scenario works as follows:
Receiving emails via Outlook.
Processing the email content through Gemini AI to extract relevant information.
Inserting the text generated by Gemini into a Google Docs document.
The specific problem is as follows:
The Gemini AI module correctly generates the expected text, which is found in the "Result: (Long String)" field of its output.
However, when I try to map this "Result" field into the "Appended Text" field of the Google Docs module, Make.com does not correctly recognize the mapping.
Instead of automatically retrieving the text from Gemini, Make.com prompts me to fill in the "Result" field manually or returns a "BundleValidationError" indicating that a value is missing for the "text" field.
I have checked that the Google Docs document exists and that the path is correct.
If anyone has suggestions or advice on how to resolve this issue, I would greatly appreciate your input!
Thank you in advance for your help.
Screenshots: scenario setup, module configuration, errors