
All Articles
-
Automate setting contact’s account via Power Automate with C# Custom Connector
Setting the account for each new contact that is created is a potentially automatable task. If you store the website URL…
-
Dynamics 365 & Power Platform / Power Automate Cheatsheet
📚 Common Resources & URLs Tool/Resource URL Power Platform Admin Center https://admin.powerplatform.microsoft.com Microsoft Learn – Power Platform https://learn.microsoft.com/power-platform Dynamics 365 Docs…
-
Automate Setting New User Timezone in Dataverse
A common issue with Dynamics 365 / Dataverse is that the user timezone default doesn’t always match what your users expect.…
-
Dynamics App for Outlook – via delegation for Other User Mailbox
Allow a user to have delegate to a mailbox so they can track emails from mailboxes other than their own: https://learn.microsoft.com/en-us/dynamics365/outlook-app/enable-delegate-access…
-
God Mode – unlock all columns/ fields without browser add-ins
You can unlock all the locked columns/fields on a form by opening the developer console (CTRL + SHIFT + I) and…
-
Quick reference URLs
Instance Web API https://your-org-here.api.crm11.dynamics.com/api/data/v9.2/
-
Update a single Dataverse record column via Web API with Power Automate
See also the link here https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/update-delete-entities-using-web-api#update-with-data-returned Sometimes we need to update only a single column of a record(s), although this can…
-
Power Automate Flow for New User Setup
Here are a couple of ways to automate new users setup tasks via Power Automate Flows rather than e.g. XRMToolbox Set…
-
Call unbound/bound actions from Power Automate
It is possible to call both unbound or bound actions from Power Automate Unbound action (string input argument, entity reference output…
