Maximum call stack size exceeded RangeError: Maximum call stack size exceeded

0
Hi Team, I am getting an error “Maximum call stack size exceeded RangeError: Maximum call stack size exceeded”. As I am using microflow to retrieve the latest record of an employee until the current date value as an export to excel and CSV. I am getting an error on webpage saying “Error contact your System Administrator”  while exporting the data only , However, it is showing the correct value throughout the application pages. Please suggest me how I can overcome this issue. Thanks, Ankit  
asked
1 answers
0

Did you put a breakpoint in the microflow to see where the error is coming from?

there is a similar error in that question : https://forum.mendix.com/link/questions/95898

Maybe you export to many data at once, if it is the case maybe you can export your data step by step.

answered