Power Apps: StartsWith Function
Checks if a text string begins with another.
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.
Checks if a text string begins with another.
Converts an array into a delimited string.
Converts a string to an integer. Floats error; 19+ digit numbers silently corrupt.
Removes leading, trailing, and extra internal spaces from text.
Returns one value from a set based on an index number. Up to 29 items.
Removes leading and trailing spaces. Inner spaces stay intact.
Returns one value if a condition is true, another if false. Nests up to 7 levels.
Returns rows from a collection that match a condition. Supports AND/OR.
Breaks a string into an array using a delimiter.
Converts a string to lowercase.
Returns true when a formula evaluates to an error.
Converts a string to uppercase.