For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logic.greaterThanOrEqual

Description

Checks whether the first value is greater than or equal to 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.

Last updated