Hello everyone, I have a custom field made called Score. The field Score only has numerical values from 1 to 10. I also have a field called R.Status which has a text field.
I want to create an automation that activates when the value in the field Score changes. If the value (in Score) increases, I need the automation to change the value in the field R.Status to "Increased", and vice versa. Are there any ways to do this?
Example
Old: Score = 5 and R.Status = Stable
then
New: Score: 7 ---> R.Status = Increased