Save the calculated values in constellation views

Hi , we are trying to achieve calculation in a page list as attached screen shot.

When 1st entry value got changed , 2nd and 3rd value should be calculated to get the total amount, we did calculation in pyrefreshdata DT.

basically apart from the input value other calculated values are not persist in pyworkpage context, so when we try to change another entry value , it take initial values and doing calculation.

Is there any option to save the caseinfo.content updated values to pyworkpage. ?

@Deepika Murugan

Firstly using hardcoded reference to pyWorkPage is considered as incorrect pattern in Constellation.

For this requirement:

  1. We can have a declare expression to auto calculate the 2nd and 3rd property when 1st property changes.
  2. If there is no need to show 2nd and 3rd property on first screen, we can do the calculations in post DT on the flow action.

@Deepika Murugan

Refresh DT works for scalar and Embedded page changes, however you can’t trigger Refresh DT for PageList changes. I think the best option to handle in post flow action.