Browsed by
Category: Uncategorized

JSON Pivoting in Power Automate

JSON Pivoting in Power Automate

Transforming objects in Power Automate is mostly a challenge. Here is an example for you. Let’s imagine, I want to convert a JSON array of key-value pairs into an object in my Power Automate Flow. Correct, I want some kind of pivoting. In detail, here is my JSON array which I want to pivot: The result should be a single object: Ok, let’s start. JSON Array pivot into an Object as Power Automate Flow First, I’m creating a new Power…

Read More Read More

Amazon Q!

Amazon Q!

Amazon Q is the new star at AWS Cloud. No, no it is not only another AI powered chatbot! First, Q comes across in two flavors. As Amazon Q (For AWS Builder Use), Q is your smart AI buddy for AWS which assist you with understanding, creating, expanding, and managing AWS applications. Well, this is like a built-in copilot for AWS. But wait, there is much more than that! Amazon Q is also made for business. As Amazon Q (For…

Read More Read More

Upload files into AWS S3 Bucket with Power Automate

Upload files into AWS S3 Bucket with Power Automate

Recently, a colleague reached out to me with a Power Automate Flow problem. I asked him, „What did you try?”. He answered to me: “I want to upload generated csv files to my AWS S3 Bucket.” I thought this shouldn’t be a problem. I know there is a standard connector in Power Platform for Amazon S3. But my colleague was right. There is a problem with this connector. Unfortunately, the Amazon S3 connector supports only listing and reading files from…

Read More Read More

Analyse your Solution Dependencies in Dataverse

Analyse your Solution Dependencies in Dataverse

Did you ever try to remove a managed solution from your TEST or PROD environment? Yes? Then you know how to discover solution dependencies in Dataverse. In other words, you are familiar with the challenge of figuring out which solution contains dependencies on another solution to unlock the uninstall process in productive Dataverse environments. And yes, this can be a cumbersome job to collect all these solution dependencies. On the other hand, you get some help from Dataverse. To do…

Read More Read More