The request is invalid error

Hello,
Greeting!

When I am passing parameter in REST API in HTTP request node, it is throwing the request is invalid error.

I am passing parameter in below format

Find error snap below
image

Hello ..

In the http-request node's help window it mentions how to replace parts of the URL with a msg property

if the url is set to example.com/{{{topic}}}, it will have the value of msg.topic automatically inserted. Using {{{...}}} prevents mustache from escaping characters like / & etc.

So based on your screenshot .. you dont need msg. infront of edsId

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.