Hello Retool Team,
I would like to request an enhancement for the Tag column options inside Retool Tables.
Currently, while configuring tag options (Value, Label, Caption, Color, Text Color, etc.), the Color and Text Color fields do not support dynamic conditions reliably. Even when using conditional logic, the colors do not apply as expected across different rows or states.
Requested Enhancement:
Please add full FX (JavaScript) support for:
- Tag background color
- Tag text color
This will allow colors to be driven by dynamic rules such as roles, statuses, priorities, or branding requirements.
Example use case:
{{ currentSourceRow.status === "Failed" ? "#FDECEC" : "#E9F7EF" }}
OR
{{ row.role === "Admin" ? "#FF4C4C" : "#4A90E2" }}
Attached is a screenshot showing the current Tag Option configuration screen:
Attached is a screenshot illustrating the current limitation:
This improvement would greatly increase flexibility and ensure consistent data-driven styling.
Thank you for considering this request.

