Power Automate

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 »

Image of Odata query to limit rows from a related table

Limit rows listed from related tables in Power Automate

Introduction Have you tried to limit the number of rows you want to return from related tables in Dataverse using Power Automate? Like using the top parameter to get the number of rows you want in FetchXML or directly in the Dataverse action, this works fine. Let’s say, you want to get the three latest …

Limit rows listed from related tables in Power Automate 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 »