data
data.compareCompare Values
Compare two numbers or text values and expose less, equal, and greater results.
Inputs
3InputValue typeRequirementAccepted sources
Left value
leftLeft value for comparison. Value type: string or number. Use data.length, data.arrayItem, or data.pick first for arrays or objects.anyRequiredliteralnodeOutputRight value
rightRight value for comparison. Value type: string or number. Use data.length, data.arrayItem, or data.pick first for arrays or objects.anyRequiredliteralnodeOutputCompare type
valueTypeComparison mode. Use number for numeric order, or string for case-sensitive text order. Arrays and objects are not supported directly.stringOptionalliteralOutputs
7Output pathValue typeCoordinate space
data.resultnumber—data.lessbool—data.equalbool—data.greaterbool—data.leftobject—data.rightobject—data.valueTypestring—Runtime support
DesktopSupported
Android AgentSupported