Hello,
I have a scenario where I need the result of the sum of 2 fields of a matrix to be displayed in another matrix.
Is there any way to perform the calculation within the trigger's setValue property or just assign the value of another field to a field?
I tried to do something like the attached example, but I was unsuccessful. setValue apparently does not accept values from other fields or calculations, only constant values.
I have the premise of keeping the calculation in JSON, as I know that this can be resolved by calling an external javascript function.