Filter the item in a list depending on value

blocks (17)

Trying to filter the list where value of item is less than 100000 should not be displayed.

I tried this but getting error.

Can anyone guide…

This is a common mistake, when you remove an item from the list the length of the list reduces, so at one point the counter will be more than list length try this :

blocks
(The blocks can be dragged into Kodular Blocks Editor directly…)

1 Like

@Mayank_Kumar_1805530344 Thanks for the reply. But it’s giving error…

For range : the start value - […] - is not a number.

Ooops, I made a small error, give me a second…

Here you go!

blocks (2)

@Mayank_Kumar_1805530344 it’s not giving error but not filtering the data as per given criteria i.e >= 100000