# URL decode transform action

### Use case

You have a string that is URL encoded and you would like to get the original decoded value.

### Overview

When given a URL encoded string, this will decode it.

<figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FdgdyoWkt08mWTGjQYVCx%2FScreenshot%202025-08-21%20at%202.00.01%E2%80%AFPM.png?alt=media&#x26;token=91bbd858-5058-40a1-af7d-81cbb79ce595" alt=""><figcaption></figcaption></figure>

### Parameters

<table><thead><tr><th width="217">Parameter</th><th width="417.3333333333333">Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>String</td><td>String to URL decode.</td><td>true</td></tr></tbody></table>

## Usage

<details>

<summary>Example: Decode a string</summary>

Inputs: **String**: This-is-%40-test%21

</details>

## Results output

Results of Example 1:

```
This-is-@-test!
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/actions-in-rewst/transform-actions/url-decode-transform-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
