Power Platform

How I Used SQL and Claude to Build My Azure DevOps Environment Settings File in Minutes

I needed to set up an environment settings file for a Power Platform pipeline the other day. The file tells Azure DevOps which connections to use when deploying a solution — and to fill it in, you need the connection ID for each connection reference. The standard approach is to go into make.powerapps.com, click Connections …

How I Used SQL and Claude to Build My Azure DevOps Environment Settings File in Minutes Read More »

How I Used Claude to Update Power Automate Flows in Minutes

I needed to update a couple of Power Automate flows the other day. Then it hit me: the Power Automate Tools browser extension copies flows as JSON — and JSON is something Claude handles really well. So I tried it. Copied the flow JSON, pasted it into Claude inside my Dynamics 365 Architect project, described …

How I Used Claude to Update Power Automate Flows in Minutes Read More »

Replace special characters in a string with Power Automate

Faced an error regarding special characters while creating a new document location in Dynamics 365 CE with Power Automate Flow. To get some context; the reason behind the flow is to extract attachments related to notes and email from Dataverse and store them in SharePoint to save space in Dataverse. The error occurred when I …

Replace special characters in a string with Power Automate Read More »