Power Community

Power Community

CREATE NEW DATAVERSE CHOICES/OPTION SETS FROM CANVAS APPS

Demo Video

USE CASE
Using Microsoft Power Automate, PowerApps (Canvas) End-users can create new Dataverse choices to be added to the choices table in Dataverse.

POWER AUTOMATE FLOW
Our flow is going to be triggered from within a canvas app. We are only passing one parameter which is the Choice Item Label value: e.g. new cupcake flavor.

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
    }
  ]
}

This post was originally published on this site

- Advertisement -spot_img

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisement - Advertisement

Latest News

Locking down SharePoint so only Integrated App can be used

This is an issue that has been the subject of many questions and below is the series of processes...

More Articles Like This

- Advertisement -spot_img