Cancel multiple running instances of a Cloud Flow using PowerShell

Have you ever had a cloud flow that causes infinite loop? And after turn it off you still have hundreds or even thousands of running instances?.
Then you are not alone, let me walk you through this blog post to show you how you can leverage PowerShell to cancel all those running instances with small script.
Import Excel file using Custom API and Alternate keys

Have you ever had headaches trying to build an integration using an Excel file?
If so, let me walk you through this blogpost where I’ve been trying to combine some tools to import an Excel file using Power Automate, but in a much more efficient way than using just the Excel connector.
In this solution I am using a cloud flow, a custom API and alternative keys to create a bulk Upsert request.
Power Platform Release wave 2 2023

It’s here, the release of wave 2 2023 was announced. Every year Microsoft delights us twice with the wave of releases so here I come to share my list of top features about Power Platform I hope you enjoy it as much as I did reading it.
Cloud and Desktop flows a combination to manage PDF documents (Part 1)

Have you ever faced a business requirement where several PDF documents need to be combined into one and even more to sign it with a digital certificate?
Nowadays it is very common to have such requirements where PDF documents need to be managed in order to go through the business process. And it is true that there are multiple ways to handle these scenarios, let me walk through this blogpost to show you how we can handle it with Power Automate, using a cloud flow and a desktop flow.
Cloud and Desktop flows a combination to manage PDF documents (Part 2)

Have you ever faced a business requirement where several PDF documents need to be combined into one and even more to sign it with a digital certificate?
Nowadays it is very common to have such requirements where PDF documents need to be managed in order to go through the business process. And it is true that there are multiple ways to handle these scenarios, let me walk through this blogpost to show you how we can handle it with Power Automate, using a cloud flow and a desktop flow.
Power Platform Release wave 1 2023

It’s here, the release of wave 1 2023 was announced. Every year Microsoft delights us twice with the wave of releases so this time I wanted to share my list of top features about Power Platform I hope you enjoy it as much as I did reading it.
Call cloud flows using webhooks
Have you ever asked yourself the question: what if I could do the same thing I could do with a plugin but using a cloud flow?
Well then we are on the same team. We can certainly combine a cloud flow with a webhook by sending the images pre and post to the cloud flow, let’s dive in to find out the pros and cons of using one option over the other.