Hi
Is there any way I can use the Color Enum of Canvas App as a input property to my control? I saw the Enum type but it seems like I need to define all the values for Enum first which obviously is not a simple job in this case. Is there any solution for this?
Thanks
-Srikanth
And use a regular expression such as
/^#([0-9a-f]{3}){1,2}$/i
to validate that the input is valid before continuing.
That is correct. For now, you could do something like the following:
Hello @ansrikanth ,
Unfortunately Canvas Color enums are not supported in PowerApps components. Those are only supported in legacy Canvas controls.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2