# Logic.greaterThan

## Description

Checks whether the first value is greater than the second value.

## Input / Parameter

| Name   | Description                | Input Type | Default | Options | Required |
| ------ | -------------------------- | ---------- | ------- | ------- | -------- |
| value1 | The first value to check.  | Number     | -       | -       | Yes      |
| value2 | The second value to check. | Number     | -       | -       | Yes      |

## Output

N/A

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
