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

Maximizing Your Power Platform Solution’s Reach: Essential Performance Considerations for Optimal Efficiency

Hi Folks, This blog post is all about performance considerations for your Power Platform CE Projects and how you can...

More Articles Like This

- Advertisement -spot_img