Hi all,
I test and develop custom actions for Power Automate Deskop Flows.
I read the documentation, but in the sample file "CentralCustomAction.cs" I ask me for using the selector with friendly text inside of combobox and not just numbers.
In sample code we have this definition of enum:

I modified it to:

To use the nice enum description for the selector list text, I added the code as shown in the red box.

But the result of the action in Power Automate is this:

I still have the numbers as selection list text and not my description text from the enumeration.
Where is my mistake or is it just a bug in preview?
Regards,
Markus