ProjectBucket y ObtenerValor de etiqueta en desplegable

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

P.S. These blocks can be dragged directly into your Blocks Editor workspace.

Dragging blocks

1 Like