Missing value of required parameter 'url'

What are you trying to achieve?

Hi. I’m a non-coder using Make. I have created a series of Http GET modules. None are working even though I copied and pasted from a scenario that did and re-mapped all endpoints. the HTTP module is returning 'Missing value of required parameter ‘url’ but the mapping seems to show as correct.

Please help!!

Screenshots: scenario setup, module configuration, errors


Hello @mel_likimani,

Problem

First of all, you’ve chosen to do “Run this module only”?
Proof

Module settings always used data from previous modules.

The preview you see on the second image it’s just a data preview that shows how data looks based on one of the requests made. That’s just a preview, that data is not used directly. Data is used based on what data is available and what’s sent from previous module runs.

Solution

Remember this when you run any of the single modules from the middle of the scenario it always asks you to add those input values which is used from previous modules.

So give that URL as input if you want to run that single module. Otherwise, run the full scenario by disabling unused routes and unlinking modules that are not used for testing purposes..


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution :white_check_mark: and :+1:
Need expert help or have questions? Contact or comment below! :point_down:

1 Like