You plan to populate records in a Common Data Service entity containing an option set field.
The source system has the label for the option set but not the corresponding integer value.
You are using a non .NET programming language.
You need to find the integer value for the option set.
What should you do?
You can retrieve a global choice (option set) by name (label) using the RetrieveOptionSetRequest message.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/org-service/metadata-option-sets
Currently there are no comments in this discussion, be the first to comment!