Dynamic endpoint in HTTP Request

Assign 1:

initialURL = "https://www.google.com/search?q="

image

Assign 2:

variableToSearch = "marian%20platonov"

image

Assign 3:

finalURL = initialURL + variableToSearch

image

Don’t configure the dynamic URL in the Configure Editor. Leave it empty. Then you can configure manually the HTTP Request activity Properties section.

Example and results:

1 Like