if you are looping and you want to stop the loop, you use the Stop Loop Action. I thought if you put an ELSE to that loop it will trigger if nothing passes the loop condition, but in my tests it seems Stop Loop is causing the Else to fire even though something passed the loop condition.
Limited info in the doc:
Is there a built-in way to know if nothing was selected in the loop? or do I need to set a bool inside the loop?