Power Platform
The Microsoft Power Platform is a family of low-code tools for building apps, automating work, and creating websites without writing everything from scratch, and this hub ties my coverage together. My biggest section by far is Power Automate, where I share hundreds of tutorials, reference pages, and answers about building cloud flows, wiring up connectors, and automating the repetitive tasks that eat your day. I also cover Power Pages, the tool for building secure, data-driven websites on top of Dataverse, so you can turn your business data into a real web experience. Across both areas my goal stays the same, to give you practical, hands-on guidance that gets you to a working result instead of leaving you lost in the documentation. Each sub-area goes deep on its own part of the platform.
Power Automate: Office 365 Excel - For a selected row Trigger
Fires when a user selects an Excel row via the Power Automate add-in.
Power Automate: bool function
Converts a string, integer, or float to boolean. Zero is false, non-zero is true.
Power Apps: DateTimeValue function
Converts a string into a date-time value.
Power Automate: Initialize variable Action
Declares a variable. Required first step before any other variable action.
Power Automate: How to install the Flow's add-in in Excel
Power Automate: Create a folder in OneDrive
Power Automate: or function
Returns true when any expression is true.
Power Automate: string function
Converts booleans, integers, floats, and arrays to text. Arrays become JSON; null becomes empty.
Power Automate: equals function
Compares two values. Case-sensitive for strings, cross-type for ints and booleans.
Power Apps: IsToday Function
Returns true when a date-time falls on today.
Power Automate: endsWith function
Checks if a string ends with specific text. Case-insensitive, space-sensitive, strings only.