Logo Barret Codes
  • Home
  • About
  • Engage With Me
  • Recent Posts
  • Posts
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Community
  • Conferences
  • Development
  • Life
  • Podcasts
  • Soft Skills
hero image
Error Handling with Power Automate

One of the things in Power Automate that doesn’t seem to get a lot of attention is the available features for error handling. So today we’re going to delve into the kinds of features and design patterns you can use to help your flows run smoothly, even when things go wrong. After Action Failure Branching The most basic feature available is after-action failure branching. Normally a flow passes from trigger to action to action and so forth in a more or less straight line. There are actions such as the condition action that let you take different branches based on some condition. But one of the features of Power Automate lets you use that same concept to take a different pathway based on whether the previous action succeeded (the default) or failed.

  • error-handling
  • flow
  • power-automate
Wednesday, October 26, 2022 | 5 minutes Read
hero image
Function Friday - Coalesce

I had intended to cover the XML XPath function this week. But due to some time constraints I needed to make this a quick hit this week, so I’m going over the coalesce function instead. The coalesce function is quite simple. You pass in any number of arguments and coalesce returns the first item in that list that isn’t a null value. coalesce(<item1>, <item2>, <item3>, ...) The function looks at each item in the order that they are passed in and whatever the first one that isn’t null is will be your output value. You can pass in variables or static values.

  • flow
  • function-friday
  • power-automate
Friday, October 21, 2022 | 1 minute Read
hero image
It's Your Time Off... Take It

A quick rant this week. There’s a trend in American workplaces, and it’s terrible. People are taking “time off”, but still working. I can’t even begin to count the number of co-workers I hear who say something to the effect of “I’m out next week, but I’ll still be monitoring emails or joining some calls”. I’m even guilty of doing this on occasion. This isn’t taking time off. If you’re checking email or attending meetings, on your “day off”, you might as well not take time off. There are a couple of reasons why this is the case.

  • culture
  • time-off
Tuesday, October 18, 2022 | 3 minutes Read
hero image
Function Friday - JSON Manipulation

Apologies for the delay. It’s been a rough few weeks lately. A lot of the work we do as developers is to pass data back and forth. Typically these days that data is passed in JSON format (though the usage of XML is still fairly widespread). Sometimes we need to make changes to that data as it passes through. Thankfully, Power Automate provides a few functions to help you work with JSON data.

  • flow
  • function-friday
  • json
  • power-automate
Friday, October 14, 2022 | 3 minutes Read
hero image
Azure Back to School 2022 - Moving Massive Mountains of Magnificent Data

Here’s my second session for Azure Back to School 2022.

  • azure-back-to-school
  • azure-data-factory
  • big-data
Friday, September 16, 2022 | 1 minute Read
hero image
Function Friday - URI Parsing Functions

Sometimes you need to work with URI (uniform resource identifiers) in Power Automate. URIs point at something, like websites, files, and so forth. You should be familiar with their most common format, the URL (uniform resource locator): https://barretblake.dev/blog/?hello=23 The first portion (“https”) identifies the protocol or scheme. The second portion (“barretblake.dev”) points to the domain, or server, where the target is located. And the next portion (“blog”) points to the specific resource on that target server. A URI can also include optional parameters to be passed in. In the example above we’re passing in the parameter “hello” and a value for it of “23”.

  • flow
  • function-friday
  • power-automate
  • uri
Friday, September 16, 2022 | 3 minutes Read
hero image
The Employee Right to Privacy

I’ve seen a lot of posts on social media in recent months where people are complaining about their companies spying on them and what they’re doing on their employer-issued equipment and accounts. I want to put this in as plain a statement as possible. ANYTHING you do on employer-issued equipment or using employer-issued accounts is, at the very least, subject to monitoring by your employer. And at worst, belongs to your employer.

  • employment
  • ownership
  • privacy
Tuesday, September 13, 2022 | 7 minutes Read
hero image
Function Friday - Date and Time Wrap Up: Timezones and Ticks

This time I’m walking through the remaining Date and Time functions. These include the functions that convert between and work with timezones: convertFromUtc, convertToUtc, convertTimeZone, utcNow. But first, we’re going to take a look at ticks. Ticks Just what the heck are ticks, anyway? Ticks are an integer value that represents the total number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 12 am midnight, Universal time. These numbers can obviously get quite big. For example, the ticks value of September 9, 2022, at 10:00 AM UTC time is 637983144000000000.

  • datetime
  • flow
  • function-friday
  • power-automate
Friday, September 9, 2022 | 4 minutes Read
hero image
Power Automate - Starting With A Template

Power Automate - Starting With A Template

  • power automate
  • AI Builder
Tuesday, September 6, 2022 | 1 minute Read
hero image
Video: Power Automate - Starting with a Template

A new video this week. I delve into how quickly you can create a Power Automate flow using one of the thousands of provided templates. https://youtu.be/cjMJvRuHAsc

  • flow
  • power-automate
  • templates
Tuesday, September 6, 2022 | 1 minute Read
hero image
Azure Back to School 2022 - Saving Customer Relationships with Azure Cognitive Services

For those of you who missed it yesterday, you can catch one of my two Azure Back to School sessions below. https://www.youtube.com/watch?v=pUL7Iuac3bI&ab_channel=BarretCodes

  • azure
  • azure-back-to-school
  • cognitive-services
  • dotnet
Sunday, September 4, 2022 | 1 minute Read
hero image
Azure Back to School 2022 - Moving Massive Mountains Of Magnificent Data

Azure Back to School 2022 - Moving Massive Mountains Of Magnificent Data

  • azure back to school
  • Azure Data Factory
Friday, September 2, 2022 | 1 minute Read
  • ««
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
  • »»
Navigation
  • About
  • Engage With Me
  • Recent Posts
  • Posts
Contact me:
  • barretblake@live.com
  • barretb
  • Barret

Toha Theme Logo Toha
© 2024 Copyright Barret Blake.
Powered by Hugo Logo