Generate Excel Doc Error

0
Hi, I get below error when trying to generate Excel doc, please can can someone advise? This is a Java action XLSReport.GenerateExcelDoc use in a microflow     Object of type 'ICPBusinessShapeV2.AOPDataExportExcelDocument' with guid '177047760351003125' cannot be updated, as it does not exist anymore Error: Object of type 'ICPBusinessShapeV2.AOPDataExportExcelDocument' with guid '177047760351003125' cannot be updated, as it does not exist anymore     at t [as constructor] (http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:40:82032)     at new t (http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:40:98326)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:35:104268     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:20:1732     at Object.next (http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:20:1837)     at a (http://localhost:8080/mxclientsystem/mxui/mxui.js?637871720184224732:20:605)
asked
2 answers
0

In your microflow, do you delete the instance of AOPDataExportExcelDocument from the ICPBusinessShapeV2 module that you are trying to export?

answered
0

Yes delete after download is being used 

answered