Transform Config | Visualization table

Hello, can you help me solve this problem? I want to color more than one column like in this demo https://play.grafana.org/d/Fc6gwV4nz/transforms-config-from-query?orgId=1&viewPanel=6. The example I want is that the value1 and value2 columns will be colored according to color1 and color2.

-----------------------------------
Value1 | Color1 | Value2 | Color2 |
-----------------------------------
OK     | green  | NOK    | red    |
-----------------------------------
NOK    | red    | OK     | green  |

Hi @banyakbahasa,

Welcome to the :grafana: community support forums !!

We are excited that you joined our OSS community. Please read about some of the FAQs in the community :slight_smile:

You can do this by using the Value Mapping function.

You can check the documentation regarding it using this link.

I hope this helps.