Bug in for each item in list

Hi everyone today i noticed a bug in “for each item in loop” …

Here is My Result

Captureaa

If true always is true no matter what is in your list, therefore the else part never will be executed

To get what you want, use boolean true or false blocks im your list and change the if true to if item

Taifun

Sorry , i accidentally use Bolean true …
I was using item but results same as it is

Use Boolean values in your list, as Taifun suggested.

I am getting data from a column which is a string… how can i ?

capture_temp

These should be working for you.