Power Automate: contains function
Checks whether a substring, array element, or object key is present. Case-sensitive, no type coercion.
If you want to master something, you have to understand its fundamentals deeply. They are the building blocks you stand on to reach the more complex ideas. Knowledge is like a house: you lay strong foundations first, then build upward. It sounds like a cliche, but it holds true, and solid fundamentals are what make good professionals. Under this tag I work on bringing you the fundamentals of each technology, from the small details that quietly make all the difference to the bigger concepts. My focus is mostly the Power Platform, but I will happily write about other things I find interesting along the way. Expect a mix drawn from technology and productivity. What matters most to me is that you walk away having learned something new you can build on.
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.
Fires when a user selects an Excel row via the Power Automate add-in.
Converts a string, integer, or float to boolean. Zero is false, non-zero is true.
Converts a string into a date-time value.
Declares a variable. Required first step before any other variable action.
Rounds a number to a given number of decimal places.
Returns true when any expression is true.