0
Help on changing record color
Hello,
I'm new to Ninox. I'm trying to change a record based on a value of a field:
I'm using script in "after update"
if Estado = "Aberto" then color("Green") else color("Red") end
But nothing happens. What i'm doing wrong?
Thanks
Joaquim
4 replies
-
What are you trying to change the colour of? Your script will just return color(green) or color(red) without telling it where to set the colour
Rather than have it in an "After Update" trigger, you'd need that script in a formula field and it will work
Content aside
- 1 yr agoLast active
- 4Replies
- 74Views
-
2
Following