
Hi,
I have a table in Dataverse with Choice field. I have few options added to Choice field.
Would like to automate updating the choice field so that End Users can add more options in future with out going directly to Dataverse table to update.
Any suggestions on how to implement this?
Thanks, Padmaja
Hi @Anonymous ,
You can call the flow action 'unbound action' from canvas app.
{ "LocalizedLabels": [
{
"Label": "E",
"LanguageCode": 1033,
"IsManaged": false,
"MetadataId": "@{guid()}",
"HasChanged": null
}
]}
Best Regards,
Wearsky