Export Excel, Did not expect an argument to be undefined Error

0
Hi Everyone,   I was mapping columns to export data to excel but unfortunately I am getting a client side error. Please let me know the solution for this error.    An error occurred while executing an action of MasterData.CancelledBookings_Overview.actionButton7: Did not expect an argument to be undefined Error: An error occurred while executing an action of MasterData.CancelledBookings_Overview.actionButton7: Did not expect an argument to be undefined     at http://localhost:8081/mxclientsystem/mxui/mxui.js?638266557902176891:66:234353     at we (http://localhost:8081/mxclientsystem/mxui/mxui.js?638266557902176891:24:6501)     at r (http://localhost:8081/mxclientsystem/mxui/mxui.js?638266557902176891:24:6402)     at E (http://localhost:8081/mxclientsystem/mxui/mxui.js?638266557902176891:64:5069) 
asked
1 answers
2

Hello,

Either this issue might be due to insufficient access rights  on the file document you were exporting. 

 

or

 

If you are calling a microflow on the button action, then check your input parameters for the microflow, I think this is probably one of the input parameters is not set correctly. 

 

Hope it helps!

 

 

answered