Contact us
View as Markdown
Ask AI

Open this page in an AI assistant with a ready-made prompt.

Opens a third-party service and shares a pre-filled prompt containing this public page URL, its product documentation URL and /llms.txt. No VirtoSoftware account or tenant data is included. Provider terms and privacy policies apply. Verify answers against the linked documentation.

OpenAI terms · OpenAI privacy policy · Anthropic terms · Anthropic privacy policy

Decode Web Text

This activity provides methods for decoding URLs when processing Web requests.

Decode Web Text activity settings for choosing a decoder and output variable in the SharePoint Workflow Designer

Supported Encoders:

EncoderDescription
Url DecoderConverts a string that has been encoded for transmission in a URL into a decoded string. If characters such as blanks and punctuation are passed in an HTTP stream, they might be misinterpreted at the receiving end. URL encoding converts characters that are not allowed in a URL into character- entity equivalents; URL decoding reverses the encoding. For example, when embedded in a block of text to be transmitted in a URL, the characters < and > are encoded as %3c and %3e.
Html DecoderConverts a string that has been HTML-encoded for HTTP transmission into adecoded string. If characters such as blanks and punctuation are passed in

an HTTP stream, they might be misinterpreted at the receiving end. HTML encoding converts characters that are not allowed in HTML into character- entity equivalents; HTML decoding reverses the encoding. For example, when embedded in a block of text, the characters < and > are encoded as &lt; and &gt; for HTTP transmission.

SharePoint Workflow Designer Phrase

Decode this text using this decoder and store in Variable: variable.

Parameters

ParameterDescription
this textOriginal text
this decoderDecoder. Activity supports several decoders:Url DecoderHtml Decoder
variableThis activity will place result into an output variable
Updated on August 13, 2026