How to URL encode a field and pass it to an HTTP destination URL

Illustrated in the below image are the steps that are used to do URL encoding for a field and pass it to an HTTP destination URL.

image

The below image is the Calculator step where the field “name” is being encoded and converted to a parameter.

image

For more information on URL encoding, click on the below link:

JavaScript encodeURIComponent() Method

The encoded parameter is then being passed in the URL of the HTTP Service destination step using {{parameters.fieldname}} as shown in the below image.