Data not mapped correctly.

0
After moving from 9.24.34 to 10.24.2, I have one issue in DG2 There is one flow where I am creating an AddON object, adding an association from AddON to Instance (1-1), then, on click of save, it shows the DG2 with columns from both AddON and Instance tables. At this point, DG2 does not load, and I have this error   Associated object should not have already been retrieved over schema
asked
2 answers
1

Hi Himanshu,

This can be resolved, using microflow instead of using association.

This happens because sometimes the DG2 is not able to load the data through association because of page load.

 

Hope it helps!

answered
0

We had a similar issue after converting.In our case, the Data Grid 2 used a microflow as the data source, and inside that microflow we had a Retrieve from database activity.

The fix for us was to remove the microflow as the data source and instead use a direct "Retrieve from database" with XPath in the data grid itself. That resolved the "Associated object should not have already been retrieved over schema" error. 

answered