Tag: Power Automate

  • Managed vs. Unmanaged Solutions in Power Apps/Dynamics 365

    The content explains the differences between managed and unmanaged solutions in Power Apps and Dynamics 365, emphasizing their roles in development, testing, and production environments. Unmanaged solutions allow for flexibility and editing, whereas managed solutions are fixed and secure for deployment. Understanding solution layers is crucial for maintaining effective customizations.

  • Dynamics 365 – See Cloud Flow Run History in Dataverse

    Managing cloud flow run history in Dataverse enhances automation tracking in Dynamics 365. Centralized monitoring, security via RBAC, and optimized performance allow for effective data management. Admins can adjust retention periods and retrieve data using APIs or the Maker Portal, ensuring better control over automated workflows and troubleshooting processes.

  • Dynamics 365 – How to Start a Plugin Project with PAC CLI

    This article explains the process of quickly creating a new Dynamics 365 Plugin project using PAC CLI. It covers the installation of PAC CLI via .NET Tool, project setup, and the steps to create and deploy a plugin. Key commands and configurations for generating early bound models are also detailed…

  • Dynamics 365 -Custom Filter for Subgrids with setFilterXml

    The post discusses the use of the setFilterXml method in Dynamics 365 for applying custom filters to subgrids. It highlights accessing the subgrid control, retrieving existing FetchXml, modifying queries if needed, and using setFilterXml for custom logic. Note that this method is unsupported, so caution is advised.

  • Copy PowerApps/Dynamics 365 Solutions with PowerShell

    Copying solutions between environments is a common task in Dynamics 365 and Power Apps projects if you do your deployments via DevOps pipelines. In this post, I will explain how to accomplish this task with PowerShell. For connecting to Dataverse via PowerShell, you can check my other post https://crmminds.com/2024/07/05/connect-to-dataverse-with-powershell/ Why…

  • How to Bulk change Owner of Power Automate Flows

    When a user with critical Power Automate flows leaves, it can cause connection reference issues, disrupting business processes. To solve this, owners or admins can change flow ownership in bulk using Advanced Find. This maintains operational workflows and allows for business continuity even after the original owner leaves. For more…