Change color under specific condition

I have three levels for students, and I want to distinguish each level with a specific color. For example, the highest level is green, the middle level is blue, and the low level is red.

You want coloured text or coloured object?
There is a dynamic rectangle component, dynamic text component too.

You can also set the colour of an image component dynamically by using a base64 for 1x1 png directly in the URL of the image.

You could also just have 3 components on your screen that show when user>level = high etc…

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.