Tag: flow

  • How to sort an array using Power Automate

    Learn how to sort an array using Power Automate. In this post I share a Power Platform solution containing two example Cloud Flows demonstrating how an array can be sorted. I also briefly explore performance results of running actions in parallel verses serial with some surprising results.

  • Navigating Microsoft Power Automate Licensing: Challenges, Considerations, and Compliance

    Navigating Microsoft Power Automate Licensing: Challenges, Considerations, and Compliance

    Navigate the complexities of Microsoft Power Automate licensing with insights on challenges, considerations, and compliance. Learn about potential risks, licensing rules, and best practices for organizations using Power Automate. Get guidance on avoiding license breaches, managing premium connectors, and ensuring compliance with Microsoft licensing requirements. Stay informed and take proactive steps to maintain licensing compliance…

  • Error Handling using a Power Automate Child Flow

    Error Handling using a Power Automate Child Flow

    In the context of an article, I wrote; I was asked if I had intended for the error handling steps to be encapsulated within a ‘Child Flow’. I scratched my head and replied what a good idea!

  • A Guide to Error Handling in Power Automate Flow

    A Guide to Error Handling in Power Automate Flow

    In this article, I share a strategy for proactively informing administrators and support staff when something has gone wrong within their mission-critical Cloud Flows.

  • Microsoft Flow: How to embed an image in an email

    Microsoft Flow: How to embed an image in an email

    To embed an image in an email using Microsoft Flow, create a flow that retrieves the image from a SharePoint Library, converts it to a base64 encoded string, and sends it via Office 365 Outlook. This process involves initializing a variable for the image tag, inserting the file content using dynamic expressions, and crafting the…