Post A Message To Teams Chat

It’s long past time I had a new blog post. I’ve been focused so much lately on speaking opportunities and mentoring efforts that I haven’t posted much to my blog. So, here’s a new one I found useful a while back. Scenario In our scenario, we have a support email […]

How do I get started with Power Automate?

When I speak at conferences or user groups about Power Automate, one of the questions I get asked the most (aside from how to understand the confusing licensing), is how to get started with Power Automate, or the Power Platform in general. I thought I would write a post on […]

Copilot for Power Automate

Tis the season of copilots! Everybody gets a copilot! No, not that kind of copilot. I’m talking about the kind of copilot that runs off of AI and helps you to do some kind of task. You know, all the copilots that Microsoft has recently announced that are getting added […]

Using C# and Power Automate To Sync An Outlook Calendar

There are some good tools out there for syncing your Outlook calendar to other calendars, especially for O365 or Outlook.com calendars. And they’re well worth the money for the good ones. But sometimes, in certain circumstances (such as if you have an on-prem exchange server that you can’t access from […]

Automatically Adding Travel Time To Your Calendar

Even in this world of video meetings on Teams, Zoom, or wherever, there are still occasions when you need to travel to an onsite meeting somewhere. In these cases, it can be useful to automatically block out travel time before and after to ensure that your calendar reflects when you’re […]

Power Automate vs Azure Logic Apps

When people start to get into the workflow automation processes that are offered on the Microsoft stack, there are questions that they commonly have. For one, why does Microsoft have two platforms to do the same thing? And if they’re not the same, what is the difference between Power Automate […]

Creating a Check-in Reminder App

This post was inspired by a recent tweet from Taylor Desseyn. So what we’re going to do is create a pair of Power Platform tools to help us do exactly that. First, we’re going to need a Power App that we can use to maintain a list of people we […]

Function Friday – Chunk, Sort & Reverse

Power Automate has added a number of new expression functions and features recently. This time around I’ll take a look at three of those new functions: chunk, sort and reverse. The chunk function lets you break up strings or arrays into blocks of equal length. The format is as follows: […]