Fundamentals
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.
Power Automate: PowerApps Trigger
Runs a Flow from a Power App. Power Platform handles parameter passing.
Power Automate: json function
Converts a string to a JSON object. Validates structure and formats output.
Power Automate: SharePoint - When an item is created or modified Trigger
Fires when a SharePoint list item is created or modified. Polls on an interval, not instant
Power Automate: first Function
Returns the initial element of an array or the first character of a string.
SharePoint: RoundDown Function
Rounds a number down. Negative values round toward zero.
Power Automate: SharePoint - Get Item Action
Returns a single SharePoint list item by ID.
Power Automate: Recurrence Trigger
Runs a Flow on a schedule. Supports seconds to months, specific hours, days, and time zones.
Power Automate: lastIndexOf Function
Returns the position of the last occurrence of text in a string. -1 if not found.
Power Automate: Respond to a PowerApp or flow Action
Returns data from a child Flow to its parent Flow or Power App caller.
Power Automate: SharePoint - When a file is created in a folder Trigger
Fires when a file is created in a SharePoint folder, library, or site page.
SharePoint: Lower Function
Converts a string to lowercase.