Here is the nested if/then comparison you need:
- if item1 is a number,
- then if item2 is a number
- then (item1 < item2)
- else true
- else if item2 is a number
- then false
- else text compare item1 < item2
- then if item2 is a number
P.S. These blocks can be dragged directly into your Blocks Editor workspace.


