In a repeating group. I insert a text to watch these values in a table. The value represent the “status” of the tickets… I want to have different colors between “Open” status and “Close” status…
What I want is to have all the “open” (status) word to be in green color and the “Close” (status) words to be in red color.
Just add a condition to the text element…
When the current cell’s Thing’s status is Open, change the text colour to Green…
1 Like
Hi there, @pedrotobarcaldas… you can put conditions on the text element to change the text color based on the status of the current cell’s ticket, and those conditions would look something like this.
Hope this helps.
Best…
Mike
1 Like
Thanks so much! its works
1 Like