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

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

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 ofmsg.topicautomatically 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.