I would like to set a positive value field into negative value filed depends on selection of other field.
For ex: I have field1 = 50
if I select other filed, select.field is option1 to get field1 = -50
I tried with automation from studio, on save, if select field is option1, compute record.field1 = -abs(record.field1), but not works
Thanks