Hi,
I’m using the instant calculator plugin to execute a sum over a repeating group element related to a task ( my app data type ). For each task I take track of “payments”.
The calculation works well for the first task I see, but when I open another task, I still see the result of the calculation of the previous task.
A video demo of the issue:
in the first task payments pop-up the calculation is correct
in the second task payments pop-up the calculation result is still from the previous task
I’m missing a step to reset the calculation when the pop-up is close.
Thank you