We had a requirement to automatically set the work hours of a Bookable Resource through Power Automate To do this you will need to use the ‘Unbound Action’ called msdyn_applyworktemplateforresources The action requires two values: Below you can see that…
Tag: Power Automate
How to use private Microsoft Custom API’s within Power Automate
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…
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…