Power Automate: greater function
Returns true when the first value is greater than the second.
Function Day is where I explore the basics of a function and share recommendations on how to actually use it. I focus on Power Automate, SharePoint, and Power Apps, because there is so much to dig into there, though other references show up from time to time. Do not expect an exhaustive list of every function, since Microsoft's own reference already covers that. Instead I pick the common ones and build from there, one function at a time. Articles land on a regular schedule, and with three platforms to rotate through you can count on Power Automate, SharePoint, and Power Apps entries coming around in turn. When time allows I speed things up, but a steady rhythm is what keeps Function Day delivering useful, in-depth breakdowns you can rely on.
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.
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.
Returns true only when all expressions are true.
Rounds a number up. Negative values round away from zero.
Evaluates a boolean expression and returns one of two values. Strict booleans only.
Returns true when the first value is greater than or equal to the second.
Converts a string to a JSON object. Validates structure and formats output.
Returns the initial element of an array or the first character of a string.
Rounds a number down. Negative values round toward zero.