Category: Cloud 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

    This is how I am currently dealing with errors within Cloud Flows which uses a strategy of actively informing administrators and/or support staff that something has gone wrong.

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

    Microsoft Flow: How to embed an image in an email

    It’s simple when you know how! Task: Using Microsoft Flow, trigger sending of an email with an embedded image. Steps: *Here is the full code/expression: So what tripped me up? On my first attempt I tied using the File Content variable directly within the body of the email, only to see binary… Note: This works…