When working with Dataverse, you may need to retrieve the label of a choice
column in a plugin instead of the underlying integer value. The labels provide
more meaningful information to end-users than the integer values. In this post,
I’ll walk yo...
In this blog you will learn how to Generate Word Template Automatically from
Dataverse Record in Power Automate and Send as an attachment in email outlook.
Watch the video below or scroll down to read the steps. Problem Statement How to
download W...
In this blog you will learn how you can configure a power automate flow to keep
waiting till a file attached or uploaded in file column in a dataverse record
and proceed once the condition met otherwise keep waiting to the event. watch
the video b...
The Configuration Migration Tool in Dataverse (previously known as Dynamics 365
CE) is an essential utility for exporting and importing configuration data. It’s
highly useful for moving data such as metadata, customizations, and
configurations bet...
The Configuration Migration Tool (CMT) is a part of the Dynamics 365 SDK, used
to move configuration data between environments. You can download and use the
tool via PowerShell for automating tasks in Dynamics 365, like transferring data
or config...
Model-driven apps in Dynamics 365 offer a robust way to build applications that
rely on your data model. One powerful feature that can greatly enhance your
app’s functionality is the ability to run a Power Automate flow directly on a
selected reco...
In Power Automate, working with Dataverse often involves updating records with
related data. A common scenario is setting a lookup field value, which creates a
relationship between two records. In this blog post, we’ll walk through the
steps to se...
You may get ths error if you use NOW() function in Calculated Column Formula as
per below screenshot. Root Cause In Dataverse, when creating a calculated
column, you cannot directly use Now() (which is a DateTime function) Solution
Instead of usin...