# Conversion.base64ToText

## Description

A base64 type (text) value is decided into a text.

## Input / Parameter

| Name  | Description                                    | Input Type | Default | Options | Required |
| ----- | ---------------------------------------------- | ---------- | ------- | ------- | -------- |
| value | The base64 text value to be decoded into text. | Text       | -       | -       | Yes      |

## Output

| Description              | Output Type |
| ------------------------ | ----------- |
| The decoded base64 text. | Text        |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
