Handle time zone correctly in Power Automate
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