githubEdit

URL encode transform action

Use case

You are writing query parameters and the API you are sending them to requires them to be URL encoded.

Overview

When given a string this transform will URL encode it.

Parameters

Parameter
Description
Required

String

String to URL encode.

Usage

chevron-rightExample: Encode a stringhashtag

Inputs: String: This-is-@-test!

Results output

Last updated

Was this helpful?