Hi, I encountered an error when exporting a data to CSV. Converted the list to Non-persistent entities. Using CSV + OQL Module. It a simple error, just when click the button. It seems to write the file but after download action it fails with the same error: Error: An error occurred while executing an action of exportButton: releaseResponseObjects is not a function at http://localhost:8080/dist/ActionButton-BFeWLth8.js:52:157 at executeAction$1 (http://localhost:8080/dist/index-CirreRUX.js:2672:15) at res (http://localhost:8080/dist/index-CirreRUX.js:2660:12) at handleError$1 (http://localhost:8080/dist/CUEDG_oI-D1gP5clv.js:76:20)
asked
Felix Romero
2 answers
1
Hello Felix,
Do you see an error in the browser console? So not the console in the modeler.
It might be that you're missing entity access on the file that eventually is being downloaded.
answered
Davy Heutmekers
0
Right, it is about permissions. It was not easy to match cause and consequence. But it is. Thank you! Noted for the next time