Data not being passed to ChatGPT module

I’ve set up a scenario where I want ChatGPT to obtain information from a Google document.

The first image shows the Google Docs module has obtained the text from the doc.

The second image shows the message for ChatGPT and that I have mapped “Text Content” from the Google Docs module.

The third image shows that when I run the ChatGPT module, the Text Content is empty.

Image3

Does anyone know why the text content isn’t being passed to the ChatGPT module?

1 Like

Welcome to the Make community!

This seems like a complex scenario you’re trying to make, perhaps exporting the blueprint might help others replicate the issue to be able to answer your question.

At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (123.4 KB)


Do note that the blank field you see when you select “Run this module only” - is correct. This is not where you will find the previously-run input/output bundles.

You can take a look at the previously-run executions by clicking on the “History” tab on the top left, then clicking the purple “Details” buttons on the right of each entry.

Screenshot_2023-09-12_110941

For more information about scenario execution history, https://www.make.com/en/help/scenarios/scenario-execution-history

3 Likes

Samliew, thanks for the reply. Here is the blueprint if anyone wishes to look at it.

blueprint.json (16.2 KB)

I’ve also had a look at the history. When the ChatGPT module ran, there was an error "Module references non-existing module ‘3’.

I’ve seen videos where people are extracting data from a Google sheet and passing that to ChatGPT. I’m trying to do the same but with text from a Google doc.

Thanks for any help anyone can give me.