Power Automate
Welcome to my Power Automate hub, where I share what I have learned building real cloud flows for work and for fun. If you have ever stared at a flow that almost works, this is where you fix it. You will find practical, hands-on guides that go beyond the basics and tackle the messy parts of automation. I cover advanced error handling patterns so your flows fail gracefully, and I dig into API rate limits and throttling, including batch operations and throttling mitigation, so your flows keep running when you scale up. I walk through building a website monitor from scratch, handling CSV files without losing your mind, and troubleshooting dynamic content when the values you expect simply are not there. My best practices for SharePoint across multiple environments save painful mistakes, and my approval workflow guide makes one of the most requested features easy to understand.
Power Automate: Select Action
Reshapes an array without a loop. Faster than Apply to each.
Power Automate: range function
Creates an array of consecutive integers from a start and a count.
Notify automatically a user that they have a file open
Power Automate: Teams - List chat or channel members
Returns the members of a Teams chat or channel.
Power Automate: intersection Function
Returns items common to multiple arrays. Works with numbers, strings, and objects.
Power Automate: union Function
Merges arrays and removes duplicates.
Power Automate: Planner - Update a task (V2) Action
Updates a Planner task with Percent Complete, Bucket Id, and 25 category fields.
Power Automate: take Function
Returns a given number of items from the front of an array or string.
Power Automate: skip Function
Removes a given number of items from the front of an array.
Filter Array Action
Returns items from an array that match a condition. Supports AND/OR logic.
Power Automate: sort Function
Sorts an array in ascending order by value or property.