Ok, maybe making this too complicated, but now I would like to set or change the text color of a field “Item” based on the value of a Single Choice field “Status”.
“Status” can be “Complete”, “Incomplete”, “In-process” or “No-action” <default>.
For…
“Complete”, “Item” would be green
“Incomplete”, “Item” would be red
“In-process”, “Item” would be yellow
“No-action”, “Item” would be default text color (white)
Should I use a JavaScript or Trigger to accomplish?