Path Escape

Description

Updates a text variable (so it can be safely placed inside a URL path segment) replacing special characters (including /) with %XX sequences as needed.

Event Options

Variable

A text variable you wish to escape.

Example

Variable

my/cool+blog&about,stuff

After running the event with the above options, the Variable option will be updated to my%2Fcool+blog&about%2Cstuff.

.

Last updated