ChatGPT doesn't see URL from RSS

Hello, I am trying to get a summary from an article in RSS feed. The URL is there in the task, it is pulled correctly, however, when chatgpt is creating an output, the variable url is not there. Anyone know how to solve this?

Can you screenshot the RSS module output?

Also for the OpenAI module, you could add additional context (optional):

  1. Role: Developer/System, Message: You are a helpful, intelligent Social Media writing assistant.

  2. Role: User, Message: Create an Instagram post… the article provided.

  3. Role: User, Message: Article [1.url]

Hi Max! Here is the screenshot of RSS output. I asked AI assistent to help me, it says the problem is with mapping and it “fixes” it, and then it works properly. However, I don’t see any issues with mapping and when i recreate scenario, it says the same error. I have no idea what is wrong with my mapping.

Welcome to the Make community!

That is correct. You’ll need to fetch the article from the URL first.

To do this, you can try using the HTTP “Make a request” module —

Sends an HTTP(S) request to a specified URL and processes the response.

Then, you can map the content of the article into the OpenAI module.

Alternatively, you can also use a model or AI service that has access to the internet.

To do this, you can try using the DumplingAIScrape URL” module —

Scrapes clean data from any web page (1 Credit)

e.g.:
Screenshot 2025-10-20 085225

For more information about the Scrape URL module and DumplingAI app, see the corresponding Integrations page and the Help Centre documentation.

Hope this helps! If you are still having trouble, please provide more details.

@samliew