For the last group of collection functions, we’re taking a look at the functions that focus on the items in the collection itself. Contains The contains function details whether or not a collection contains a specific element. The result is a boolean value (true/false). The pattern is as follows: The … Read more
Month: June 2022
My Being Fired/Laid Off Horror Stories
For the most part, every job I’ve ever left has been on my own terms. It might be for a better opportunity. It might be because I was fed up with the state of the company I was working at. But almost always I left when I decided it was time to go…. with 4 exceptions.
Function Friday – Collection Functions: Intersection, Union, Skip, Take
For the second batch of collection functions we’re taking a look at the functions that let you work with the collections themselves. These functions let you slice, dice, and merge one or more collections together. Intersection The intersection function compares two or more collections and returns a new array that … Read more
Function Friday – Collection Functions – First, Last, Empty, Length
Power Automate contains excellent support for working with collections of objects. Generally, these will be treated as arrays of objects. However, these functions will also work with strings as, in Power Automate, strings are also considered a collection, as they are essentially an array of characters. As such, Power Automate … Read more
My Favorite Podcasts & Video Channels for 2022
I’ve posted a couple of times in the past about my favorite podcasts and I figured it’s past time for an updated list. So here’s my current list of favorite podcasts. And this time I thought I’d add my favorite YouTube video channels. Some are developer-related, and some are not.