Created form rule that is triggered on Change by a float field.
It checks if the sum of a certain column in an itemlist exceeds the value in the field, if so the colum should turn red.
The problem is if the form rule is triggered it chan only change the color once.
If we change the value again the color persists (i tested the statment with an alert if it follows the right branch)
Does someone know what causes this issue?