looking at your code your retuning “true“ not true and false. “false“ as a string is true just like ‘this is true‘. in your weweb formula your doing ordersMenu = ‘true‘ if you made that just ordersmenu or = true with no quotes it would be have the same as the tenerary operator.