Apply addPreSearch and addCustomFilter to a Lookup
The post describes an example of how to filter the results displayed in a Dynamics 365 lookup control using the client API addPreSearch & addCustomFilter
Configure Dataverse Date and Time Column
Consider the situation where Power Automate retrieves a date time value from Dataverse and incorrectly specifies the value as a day before the correct date. (As a result of not handling the time zone correctly). This post describes how to configure Dynamics 365 and Power automate in order to avoid this issue
Set a Dataverse lookup column in Power Automate
This post explains how to set a Dataverse lookup column in Power Automate. It does this via a simple example
Get and set a Dataverse lookup column
The post provides sample code snippets for interacting with Dataverse's lookup data type column in C# & JavaScript / TypeScript