Recently Microsoft released new functionality to extend the Power Platform Pipelines with predeployment conditions. In this article I will explain how you can add stage approvals in Power Platform Pipelines to send an approval card in Teams to different approvers per deployment stage. Assume you have the following use case: High-level Process In the above…| Dynamics 365 Experts
After customizing the main form of an entity that is used in a Workflow, selecting Set Properties on one of this entity’s steps (for example, Create, Update and so on) results in the associated window failing to load. See error: I tried the suggestion in this Microsoft arcticle but this didn’t work. After creating a support ticket…| Dynamics 365 Experts
By default Flow only returns the first 5000 records in a List rows action. If your flow needs to return more than 5000 records you need to add paging to your flow. There are two ways to achieve this: 1. Create a fetchXML using fetchXMLBuilder (XrmToolbox) and convert it to oData query. In your Power…| Dynamics 365 Experts
This article explains how to delete a folder, including sub-folder and files from SharePoint using Power Automate. In this example I start by setting a few parameters for the parent folder (=OrgLocation Folder) and the folder to delete (=SubmissionID Folder). Next I retrieve the default SharePoint Site form Dynamics 365 CRM/CDS With the above I…| Dynamics 365 Experts
There are several ways to check if a SharePoint folder exists using a Power Automate flow. One way is to use the List Folder action to check if a folder exist and then use the “Configure Run After” to check if the previous action failed or not. For more details see this post by Ajith…| Dynamics 365 Experts
Recently I worked on a user requirement to create a link to a selected file in a SharePoint document library (in order to copy/use it elsewhere). I found two ways via Power Automate flow: Using a Link (url) Using a Link to a Document Below screenshot shows both options in one flow: Option 1: Create…| Dynamics 365 Experts
In Power Apps Portal (formerly Dynamics 365 Portal) it is not possible to use the standard Filter Criteria in the Entity Form Metadata (Advanced Settings) to hide action buttons from a grid based on the current user’s roles. You can only insert a standard fetchXML using attributes of the grid’s entity or it’s parent. So…| Dynamics 365 Experts
When you create a ReadOnly entity form in Power Apps Portal (formerly Dynamics 365 Portal) there are no buttons to return to the previous page. The only way to navigate back seems to be the Back button of your web browser. This behavior is different from how users normally navigate and might be confusing to…| Dynamics 365 Experts
Recently I came across an article by Benedikt Bergmann explaining how to call Xrm.WebApi using TypeScript. | Dynamics 365 Experts
Extend Power Pipelines with Azure DevOps Pull Requests| dynamics365experts.nl
Microsoft continues to enhance Power Pipelines with exciting new features like Delegated Deployments and, more recently, GIT Dataverse integration. These latest additions aim to provide:| Dynamics 365 Experts