microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

This data type is unsupported for evaluation #2511

Open lar-mar opened 5 days ago

lar-mar commented 5 days ago

I created a Power FX Command in a MDA and wanted to set the visibility of the command based on a property in the user record.

image

The property "Create & Pick Case" in user table if of type choice, so I expected I can use to evaluate the property value for controlling visibility of the command.

Do I have a wrong expectation or is it simply not supported?