is () empty?
Is () empty?
The is () empty? block is a boolean block that detects if the selected list has no items.
Workaround
Checking if the number of items in the list is 0 using the equals block and the length of list block works the same.
The is () empty? block is a boolean block that detects if the selected list has no items.
Checking if the number of items in the list is 0 using the equals block and the length of list block works the same.