# sort

## Description

Sort the values in an array in descending order.

## Input / Parameter

| Name   | Description                  | Input Type | Default | Options | Required |
| ------ | ---------------------------- | ---------- | ------- | ------- | -------- |
| values | The array of values to sort. | Array/List | -       | -       | Yes      |

## Output

### Default Output

| Description                           | Output Type |
| ------------------------------------- | ----------- |
| The array sorted in descending order. | Array/List  |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
