Excel Exporter cannot access non persistent entities. See this post for a bit more detail.
Hi,
Excel Exporter doesn’t work with NPE. However, another approach would be as below:
In the export Micrflow, retrieve the objects again, commit them(along with the association with FileDocument(Generalized) entity) temporarily and after export, delete the committed objects.
Thanks,
Tejas
Hi,
Would using a datagrid be an option? This widget can export np entities to excel.
I hope this helps.