Skip to content

UrlEncode

Miriam McMahon edited this page Apr 27, 2023 · 7 revisions

Description

Convert a text string into a URL-encoded string

Parameters

Parameter Name Description Type Resolved Type Required
Source The string to be converted into a URL-encoded string Value String Yes
ResultVariable The name of the variable that will receive the converted string String String Yes
IsSecret If true, causes the ResultVariable created to be flagged as secret so that its value is not logged. Default=false. Boolean Boolean No

Compatibility

This command was introduced in Safeguard v2.8

Examples

Example:

{
	"UrlEncode": {
		"Source": "%Url%",
		"ResultVariable": "EncodedUrl"
	}
},