HTTP Connector dynamic url

Is there any way to make the http connector url dynamic? That is, can I add the value of a process variable to the url parameter dynaically during runtime instead of having to use a static url every time?

For example, if this is the url: http://www.restcountries-2.0.5/rest/v2/name/aruba?fullText=true

Instead of hardcoding “aruba” in there, if one of my process variables got the value aruba during runtime, can I add it to the url at that time?

Thank you!

use a script for your url field.

and return the final configured valued

Thank you!