Browsed by
Category: Logic Apps

Lightweight Monitoring for Critical Workflows

Lightweight Monitoring for Critical Workflows

Some time ago, I built a larger Dataverse solution that included a whole bunch of automated workflow tasks. Everything worked fine during development. Then I deployed the solution and quickly realized a painful truth: all these workflows were running completely unobserved. I found myself waiting for a result that simply didn’t appear. I couldn’t see what went wrong in real time. I only got clarity at the end of the day when one of those delayed summary emails showed up….

Read More Read More

Adding GitHub Reviewers with Power Automate

Adding GitHub Reviewers with Power Automate

As a software developer or a team lead, you know the importance of code reviews in ensuring the quality and maintainability of your codebase. However, managing and assigning reviewers for your GitHub pull requests can be a time-consuming and tedious task, especially if you have a large team or multiple projects to manage. In addition, assigning reviewers by policy is not always sufficient, and manually assigning special reviewers does not scale. That’s why I want to introduce you to Power…

Read More Read More

Extract IDs as Array in Power Automate

Extract IDs as Array in Power Automate

I want to share a solution that I recently discovered in Power Automate Flow and Logic Apps. It’s a simple yet powerful technique that can help you extract IDs from a JSON object and convert them into an array of numbers. In my case, I needed this array to use as parameters for another Power Automate Flow action. So, if you’re facing a similar challenge, read on to learn how to solve it. In other words, I needed something like…

Read More Read More