CATEGORY
Power Automate
Power Automate tutorials, patterns, and workflow design.
Power Automate: or function
Returns true when any expression is true.
Power Automate: string function
Converts booleans, integers, floats, and arrays to text. Arrays become JSON; null becomes empty.
Power Automate: equals function
Compares two values. Case-sensitive for strings, cross-type for ints and booleans.
Power Automate: endsWith function
Checks if a string ends with specific text. Case-insensitive, space-sensitive, strings only.
Power Automate: greater function
Returns true when the first value is greater than the second.