Error message: "Invalid URL in parameter 'url' "

Hi Everyone,

Could really do with some help! I have a scenario that creates Articles.

I have a google sheet that the user inputs the Article topic , Article type and a “Reference URL”.

The refernce URL is where I am having issues. I have a “Watch new rows” module that grabs the infomation. The URL in the spreadsheet is then passed to a HTTP module that uses “GET” to scrape the html code fom that website.

Unfortuntaley i get this error:

  • Validation failed for 1 parameter(s).

Invalid URL in parameter 'url'.

There is obviously an issue where the HTTP module doesn’t recognise the URL value from the “Watch new Rows module”. I can’t seem to figure out why this is. Any help would be much appreciated.



Other notes:

  • The URL is formatted correctly on the spreadsheet with “https://www.”
  • The HTTP module was working before when I passed it a URL value from a “Get specific cell” Module. But now doesnt work with a “Watch New row” module.

Please provide a public share link to the abovementioned spreadsheet. This allows us to investigate any data issues with the URL cell.

2 Likes