News

SharePains by Pieter Veenstra on MSN4d
Variables with Incompatible Type in Power Apps
Last week, one of the issues I ran into as I re-engineered an app, I suddenly ended up with my Power Apps Studio complaining ...
When dealing with Boolean variables, I try to always keep their names positive, meaning that things are working and happening when the variable is True. So I prefer expressions like.
Boolean - A boolean variable is one of two things: true or false. This data type is kind of like an on and off switch, so you can ask true or false questions in your code.
Boolean variables are most commonly presented with the possible values of 1 (“true”) or 0 (“false”). Variables can also have more complex interpretations, such as in set theory.