Hello,
I want to update my Power Apps application but a new table from dataverse. While updating the formulas of my application, I have a problem on this formula that allows me to change color.
Switch(ThisItem.TYPOLOGIE;
"ARRET";
ColorValue("#A80000");
"ALERTE";
ColorValue("#FBC02D")
)
I have this error message :

thank you in advance for your help.
JL