Power Automate

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 »

Image of how it looks when running the JavaScript that cancel the Power Automate flows.

How to cancel running Power Automate flows with JavaScript

Have you ever accidentally triggered many Power Automate flows or have many flows running at the same time that don’t complete since it’s waiting for another flow to finish? In this post, we take a look at how you can cancel running Power Automate flows with JavaScript. Instead of manually canceling one flow at a time, the JavaScript code performs these steps for you.

Using Power Automate to Automatically Move Note Attachment in Dynamics 365 to SharePoint

This post show how you can extract documents from Dynamics 365 to SharePoint. Reasons behind the flow: Issue with storage space in Dataverse. Storage in Dataverse costs money Remove third party applications like Attachment Extractor from MSCRM.ADDONS Prerequisites A SharePoint site is created and accessible to the organization is required If you use standard SharePoint …

Using Power Automate to Automatically Move Note Attachment in Dynamics 365 to SharePoint Read More »

Study preparations for Power Platform Fundamentals (PL-900)

Took the Microsoft PL-900 Power Platform Fundamentals exam some time ago and took some notes during the study and thought I share how I studied for the exam. The way I like to learn is to see video lections, examples and hands on practice. So what I did first was to read through the Microsoft …

Study preparations for Power Platform Fundamentals (PL-900) 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 »