Communication: The Missing Skill
There’s a giant elephant in the room. It’s huge, enormous even. It’s quite possibly the biggest flaw in the development community. And it really doesn’t get enough attention.
There’s a giant elephant in the room. It’s huge, enormous even. It’s quite possibly the biggest flaw in the development community. And it really doesn’t get enough attention.
I previously covered some of the base math functions available. This time I’ll cover the math functions that are related to working with arrays of… Read More »Function Friday – More Math
It can be a lot easier to just create a huge list of work items in a spreadsheet, especially at the beginning of a project. Power Automate can make that task easier.
This week I’m returning to some of the string manipulation functions: slice and split. slice The slice function is essentially an enhanced version of the… Read More »Function Friday – Slice and Split
I recently began offering mentoring sessions for developers who were just getting started in their careers. Calendly offers a great way to allow people to… Read More »Copy Events From One Calendar To Another
Similar to most programming languages, Power Automate contains a number of logical functions for comparing values. These include: and, equals, greater, greaterOrEquals, if, less, lessOrEquals,… Read More »Function Friday – Logical Comparisons
For this week’s #FunctionFriday, I’m going to cover 3 more string functions. This group is related to searching for a particular block of text within… Read More »Function Friday – The String IndexOf’s
Over the last couple of weeks, I’ve taken the opportunity to participate in a number of “coffee chats” with some who are just getting started… Read More »Contributing to the Community
One of the weakest areas for Power Automate’s functions is in the math and numbers area. For this week’s #FunctionFriday, I will delve into the… Read More »Function Friday – Add, Sub, Mul, Div
For the first of my #FunctionFriday posts I’m going to focus on a couple of the most common string functions: concat and substring.