Power Automate: or function
Returns true when any expression is true.
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.
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.
Returns true when a date-time falls on today.
Checks if a string ends with specific text. Case-insensitive, space-sensitive, strings only.
Converts a value to an integer by rounding down.
Returns true when the first value is greater than the second.
Converts a date to 100-nanosecond intervals since year 0001.
Generates a GUID, or converts a string into a GUID.
Fires when a SharePoint file is created. Returns metadata only, not content.
Returns true when the first value is less than or equal to the second.
Adds or subtracts time units from a date: minutes, hours, days, months, quarters, or years.