Google Sheets Web Address to RSS Feed - How do I get valid URL?

I am certain this is a stupid question but I couldn’t find the answer anywhere, and chatGPT 5 didn’t help, neither did google search.

I have a google sheet. I want to watch a list of RSS links on google sheets, go through them one at a time, and have the RSS function read them individually. I haven’t been able to get even past the first couple of steps.

Output of watch rows google sheet:

Google Sheets

Summary

1 operation1 credit used

  • Initialization

  • 1.1 KB1

    Operation 1

    Input

    
    
    • Bundle 1Collection

      • Search Method

        share

      • Limit

        5

      • Sheet Name

        data_sources

      • Spreadsheet ID

        1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q

      • Column range

        A1:Z1

      • Table contains headers

        true

      • Value render option

        FORMATTED_VALUE

      • Date and time render option

        FORMATTED_STRING

    Output

    
    
    • Bundle 1Collectio n

      • source_id (A)

        SRC001

      • source_name (B)

        Florida Construction News (Recent)

      • source_type (C)

        news

      • jurisdiction_scope (D)

        na

      • official_website (E)

        Recent Articles From floridaroof.com

      • Row number

        2

      • Spreadsheet ID

        1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q

      • Sheet

        data_sources

      • Total number of bundles

        4

      • Bundle order position

        1

    • Bundle 2Collecti o n

      • source_id (A)

        SRC001

      • source_name (B)

        Espn

      • source_type (C)

        news

      • jurisdiction_scope (D)

        na

      • official_website (E)

        https://www.espn.com

      • Row number

        3

      • Spreadsheet ID

        1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q

      • Sheet

        data_sources

      • Total number of bundles

        4

      • Bundle order position

        2

    • Bundle 3Collect i on

      • source_id (A)

        SRC001

      • source_name (B)

        Florida Construction News (Recent)

      • source_type (C)

        news

      • jurisdiction_scope (D)

        na

      • official_website (E)

        Recent Articles From floridaroof.com

      • Row number

        4

      • Spreadsheet ID

        1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q

      • Sheet

        data_sources

      • Total number of bundles

        4

      • Bundle order position

        3

    • Bundle 4Collec tion

      • source_id (A)

        SRC001

      • source_name (B)

        Florida Construction News (Recent)

      • source_type (C)

        news

      • jurisdiction_scope (D)

        na

      • official_website (E)

        Recent Articles From floridaroof.com

      • Row number

        5

      • Spreadsheet ID

        1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q

      • Sheet

        data_sources

      • Total number of bundles

        4

      • Bundle order position

        4

    Credit usage

    
    
    • Credits used forColle ct ion

      • Operation cost

        1 credit

  • Commit

  • Finalization

Bundle content


[
    {
        "0": "SRC001",
        "1": "Florida Construction News (Recent)",
        "2": "news",
        "3": "na",
        "4": "https://www.floridaroof.com/Recent-Articles-3-0.xml",
        "__ROW_NUMBER__": 2,
        "__SPREADSHEET_ID__": "1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q",
        "__SHEET__": "data_sources",
        "__IMTLENGTH__": 4,
        "__IMTINDEX__": 1
    },
    {
        "0": "SRC001",
        "1": "Espn",
        "2": "news",
        "3": "na",
        "4": "https://www.espn.com",
        "__ROW_NUMBER__": 3,
        "__SPREADSHEET_ID__": "1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q",
        "__SHEET__": "data_sources",
        "__IMTLENGTH__": 4,
        "__IMTINDEX__": 2
    },
    {
        "0": "SRC001",
        "1": "Florida Construction News (Recent)",
        "2": "news",
        "3": "na",
        "4": "https://www.floridaroof.com/Recent-Articles-3-0.xml",
        "__ROW_NUMBER__": 4,
        "__SPREADSHEET_ID__": "1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q",
        "__SHEET__": "data_sources",
        "__IMTLENGTH__": 4,
        "__IMTINDEX__": 3
    },
    {
        "0": "SRC001",
        "1": "Florida Construction News (Recent)",
        "2": "news",
        "3": "na",
        "4": "https://www.floridaroof.com/Recent-Articles-3-0.xml",
        "__ROW_NUMBER__": 5,
        "__SPREADSHEET_ID__": "1Sadu10hBT13YPvXELVVZOnGJ3gkxrHQ9Aul0nIE762Q",
        "__SHEET__": "data_sources",
        "__IMTLENGTH__": 4,
        "__IMTINDEX__": 4
    }
]

Close

So, we have bundles now. Which I understand. Now, how do I pull the URL out one row at a time, and feed it as an input into the URL field of the RSS reader? If I paste a link into it directly it works. I want to go through this list and have it update every day or so. Oh, and ignore the espn.com link as well, that was me just seeing if duplicate data had something to do with the error.

I know this is first grade stuff here, but I have spent an embarrasing amount of time on this and would appreciate any help. I have tried to use an iterator, aggregator, and I don’t even remember all the things I have tried.

To restate it, I want to go through my google sheet one row at a time, send the RSS url to the RSS reader, and then use the data from the RSS reader afterwards. Once I complete the process, I want to move to the next row, and then the next row, until the rows are complete on the spreadsheet.
Please send help.

Hi,
Whenever you have different output bundles, you’re good — it will run the rest of the flow one by one, exactly as you want.

Hope it helps,

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.

The output bundles are incorrectly provided too as that is not JSON. Click on the “Download output bundles” option to export it correctly.

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,
  • the zoomed in section of the scenario that you are referring to (if your scenario is huge),
  • a full scenario run/execution (showing output “speech” bubbles),
  • 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.