Description:
CREATE NEW DATAVERSE CHOICES/OPTION SETS FROM CANVAS APPS.
Works with Microsoft Office 365.
Solution:
Using Microsoft Power Automate, PowerApps (Canvas) End-users can create new Dataverse choices to be added to the choices table in Dataverse.
Using the “Perform an unbound action”, we will use the InsertOptionValue action:
JSON used in the Label value field:
{
"LocalizedLabels": [
{
"Label": "Text Value of our New Label",
"LanguageCode": 1033
}
]
}