You are currently viewing Creating New Dataverse Choices/Option Sets from Canvas Apps

Creating New Dataverse Choices/Option Sets from Canvas Apps

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.

 

iScreen Shoter - 20230311102013775.jpg

Using the “Perform an unbound action”, we will use the InsertOptionValue action:

iScreen Shoter - Microsoft Edge - 230311103018.jpg

JSON used in the Label value field:

{
  "LocalizedLabels": [
    {
      "Label": "Text Value of our New Label",
      "LanguageCode": 1033
    }
  ]
}

 

Leave a Reply