Hi,
Hi Raghavendra Bhagwat,
For this, I use a non-persistent Entity. The Microflow that is that data source of the Grid2 prepares an association between Evaluation and a NewEvaluationHelper.
This allows me to create a list of EvaluationHelperSelected by retrieving all selected EvaluationHelper. The entity UserEvaluation I use to store that list, when required by selecting the “Save Evaluation” button. The system is Looping over the EvaluationHelperSelectedList to create the association between MyEvaluation and Evaluation. I use MyEvaluation and the associated Evaluation to recreate the Grid2 and set the EvaluationHelper.Selected boolean to true when the association is present.
Go Make It