Hi all, When showing data in data grid 2 via a DS microflow, the console is showing an error message related to a column received over an association: com.mendix.webui.WebUIException: Exception while retrieving data for 'CoreModule_SP.RequestHeader_TemplateList.dataGrid22' on document 'CoreModule_SP.RequestHeader_TemplateList' at com.mendix.webui.actions.client.RetrieveAction.$anonfun$apply$3(RetrieveAction.scala:94) Caused by: com.mendix.webui.WebUIException: Associated object should not have already been retrieved over schema at com.mendix.webui.actions.client.RetrieveAction.$anonfun$attachAssociatedPartialObjects$3(RetrieveAction.scala:194) Currently I fixed the issue by changing the column settings in the data grid 2: instead of show attribute – show custom content → then it is working without any issue. Any ideas, suggestions because in my opinion it should work with the ‘show attribute’ as well? Kind regards, Jelle