Common status display

I need to display a Status consistently wherever it appears.

3 statuses - New, Pending, Closed to be displayed as pills in grey, blue, green

I figures I could create a style and use it whenever the status appears with conditional actions to set the colour but this isn’t working out.

What am I missing? Best approach

Thanks in advance
Mike

Assuming you Statuses are defined in an option set (which they should be), just add a text attribute, and store the hex code in there.

Then dynamically set the colour of the pills depending on the Status.

Yes they are and that makes lot of sense. Thank you Adam