Conditional Howto, if x or x then return value or do this

I don’t understand the concept of the Conditional Formatter. I mean if its indented, then it means in programming code like { } brackets??

I want to do this with wappler. I know how to code it, but not how to click it … :smiley:

if(is_enabled == 0) {
   print("NO");
   }
else {
   print("YES");
   }
Community Page
Last updated: