I have fields called: “Status” and “Progress” in Type: “Color”. Color is automatically set to “Red” and Progress is set to “0”
What I’m hoping to accomplish in the app is when I change the progress value:
0 = Red, 1 - 99 = Yellow, and 100 = Green
So I go and set it up the following ways:
and
But I can’t get the Input value to update ![]()
Any help/insight is much appreciated!


