Power Automate: bool function
Converts a string, integer, or float to boolean. Zero is false, non-zero is true.
Reference documentation for Power Automate expression functions.
Converts a string, integer, or float to boolean. Zero is false, non-zero is true.
Returns true when any expression is true.
Converts booleans, integers, floats, and arrays to text. Arrays become JSON; null becomes empty.
Compares two values. Case-sensitive for strings, cross-type for ints and booleans.
Checks if a string ends with specific text. Case-insensitive, space-sensitive, strings only.
Returns true when the first value is greater than the second.