How to get label of choice field in Dataverse Plugin

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 you through how to achieve this in a Dataverse plugin. What is a Choice…
Read more