In my scenario, I sought to utilize a specific Custom API provided by Microsoft. However, I encountered an obstacle as the Custom API was designated as private. I aimed to incorporate the Custom API shown below into my Power Automate…
Tag: Cloud Flow
How to Auto Approve Time Entries, Expenses and Material Usage Logs
*Note – 14/01/2025* – Microsoft suggest to use the unbound action – msdyn_ProcessProjectApprovalSets to approve Approval Records. Parameter name Type Description ProjectApprovals Collection(mscrm.crmbaseentity) A list of project approval records to process ActionType Edm.Int32 The action to perform on the given…
Azure DevOps Pipelines – How to enable Cloud Flows using PowerShell
The below example will demonstrate how to enable cloud flows in Dynamics 365 after a solution deployment using Azure DevOps Pipelines and Releases. I will be using an Application User for authentication. You will need to add the PowerShell script…