HTTP Request - Pass unique value through Parameters

Hi All,
I am using http request to access one unique id from list of users ( name : David and email : “david@xyz.com”), around 200 pages of data. I am tried passing in the parameters the details, any suggestion please

Hi,

Unfortunately, HTTP Request Wizard doesn’t support variable. So, we need to check if it works by actual run/debug.
The following might also help you.

Regards,

It worked after I passed the unique ID in the parameter, it didn’t worked with the name and email parameters.