Im trying
to do an app that takes a json from a web filter the url attribute of the JSON
and get the html of this url.
My problem is that I can’t set in the property remote url in InvokeHTTP the url
that I got in SplitJSON.
This is the config of splitJSON (it works, the output is the url that i want)
And this is the conf of the InvokeHTTP (it work if I set manually the url) but I dont know how to set a dinamic url.