Power Automate: startsWith function
Checks if a string begins with specific text. Case-insensitive, space-sensitive.
Browse all posts across all categories
Checks if a string begins with specific text. Case-insensitive, space-sensitive.
Adds an item to an array variable. Accepts mixed data types.
Converts strings and integers to floating-point numbers.
Removes leading, trailing, and extra internal spaces from text.
Adds text to an existing string variable.
Checks whether a substring, array element, or object key is present. Case-sensitive, no type coercion.
Returns true when a string, array, or object has no value. Numbers and booleans throw an error.
Assigns a value to an existing variable. Strict type enforcement.