Need Help: Error 'URL Argument Must Be String, Received Null' in RSS Feed Automation

Hello everyone,

I’m trying to set up the “Get RSS feed updates in a single email…” template. I’m supposed to retrieve from my RSS module the URLs of the feeds that are listed in a column of an Excel file. However, I’m getting the following error when I click “OK” on my RSS module: “Failed to refresh metadata. The “url” argument must be of type string. Received null”.




image

What is the output bundle of module [10]?

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes

I’ve finally resolved my issue. I think the problem wasn’t with the RSS module because after deleting the filter that was right after this module, I no longer received the error message. I hadn’t considered the automation as a whole. Thank you, Samliew, for your message.