Hello,
I have a process (start - finish) that creates an instance and remains in the "Finish" state.
Here, I have the following form fields: "Quantity TOTAL" (Floating-point number) and "Quantity" (Data table).
In that data table, I have other instances from a different process, and in one column (Quantity Requested), I calculate the sum.
How could I save that sum in Quantity TOTAL and have it consistently updated? (i mean - transferring the Aggregation type Sum value in my form field).
Currently, I have an issue where it's not updated unless I enter the instance in edit mode and save it after.
That instance is set to read-only.
Can you help, please?
Thank you!