Output mismatch: summarized news doesn't match input

I have made a simple automation workflow for automatic facebook post that fetches news from rss feed and store them in airtable where I made content approval decision, later in another scenario Airtable (search records) modules checks for the content approval and fetches the data from rss feed ( eg. title, links, IMG links etc) then forward it in open router. I am using Google flash 2. experimental free model for summarizing the news .

Here the issue arises. The input from airtable data is okay. But in openrouter output , it’s showing another news summary even though the link provided in the prompt is correct.

Please help me solving this. I have tried all possible workarounds.

Welcome to the Make community!

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

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

1. Relevant Screenshots

Could you please share screenshots of module settings (fields), relevant filter settings (conditions). We need to see what you’re working with to give you the best advice.

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

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. Output Bundles of Modules

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.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

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.

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

blueprint (1).json (16.8 KB)

Here is the blueprint

Airtable output bundle

[
    {
        "News": "Visas for Australia to be completely processed in Dhaka",
        "News Link": "https://bdnews24.com/bangladesh/588a95616f29",
        "Approval": true,
        "Last modified Time": "2025-03-21T08:05:34.000Z",
        "IMG Link": "https://cdn.bdnews24.com/bdnews24/media/english/imgAll/2025March/PLATE/oman-visa-wtihdwal-120624-1718216724.jpg",
        "id": "recje4Ko53UpZ2K25",
        "createdTime": "2025-03-21T08:04:39.000Z",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }

OpenRouter Input bundle

[
    {
        "n": 1,
        "model": "google/gemini-2.0-flash-exp:free",
        "top_p": 1,
        "messages": [
            {
                "role": "user",
                "content": "You are a professional social media expert in content writing. You post viral news in Facebook pages .  https://bdnews24.com/bangladesh/588a95616f29 Make a eye-catchy Headline for this news and make a short summary of the full news.  Do not use any formatting . Write in plain text and put Headline and summery in different paragraph to separate them. Don't write Headline: or Summary: in output , just output it such a way so that I can directly copy and paste in Facebook caption. Focus on conveying the narrative vividly to capture the audience's interest. \nAdd News website name at the end like Via| News Website Name"
            }
        ],
        "json_mode": false,
        "temperature": 1
    }
]

Openrouter output bundle

[
{
“id”: “gen-1742544607-xH6VbNgKAHwvdMFFNavy”,
“provider”: “Google AI Studio”,
“model”: “google/gemini-2.0-flash-exp”,
“object”: “chat.completion”,
“created”: 1742544607,
“choices”: [
{
“logprobs”: null,
“finish_reason”: “stop”,
“native_finish_reason”: “STOP”,
“index”: 0,
“message”: {
“role”: “assistant”,
“content”: “Bangladesh Hunts for Suspects After MP Anwarul Azim Anar’s Gruesome Murder in Kolkata\n\nDetectives in Bangladesh are working with Indian authorities to unravel the mystery surrounding the death of MP Anwarul Azim Anar, who was found murdered in Kolkata. Despite initial reports of his disappearance, it’s now confirmed he was killed. Key suspects are under investigation, and authorities are trying to piece together the motive and circumstances of this shocking crime that has sent shockwaves through both nations.\n\nVia | bdnews24.com\n”,
“refusal”: null
}
}
],
“usage”: {
“prompt_tokens”: 147,
“completion_tokens”: 109,
“total_tokens”: 256
}
}
]

@samliew

After multiple testing, I found that this issue is occuring only when I fetch data from rss.app feed url. If I use any other rss feed then, it’s all good.

any workaround for rss.app?