Hi everyone today i noticed a bug in “for each item in loop” …
Here is My Result
Hi everyone today i noticed a bug in “for each item in loop” …
Here is My Result
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
Use Boolean values in your list, as Taifun suggested.
I am getting data from a column which is a string… how can i ?