The conditional formatting feature

  1. I don't know if retool uses the conditional formatting feature

  2. [16:34]

Image

  1. [16:35]

I have a table, if my uptime which is a number, if my number is equal to 0 I would like to display in red either the line or the value of Agent, if it is <100 in orange and if it is equal to 100 in Green

thanks in advance

In the Uptime column add something like the following to the Mapped value field:
{{self === 0?'red':self<100?'orange:self === 100?'green':''}}

Hi @Diioozi! Would status indicators work for your use case?