Did not expect an argument to be undefined

0
Hi Team, Got this error while click the submit button. An error occurred while executing an action of Step2.actionButton3: Did not expect an argument to be undefined Error: An error occurred while executing an action of Step2_Coverages.: Did not expect an argument to be undefined     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637981097842339683:79:341302     at xe (http://localhost:8080/mxclientsystem/mxui/mxui.js?637981097842339683:34:6720)     at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?637981097842339683:34:6616)     at y (http://localhost:8080/mxclientsystem/mxui/mxui.js?637981097842339683:39:149290). While Submit there will be some microflows and showing a page at the end. Not able to identify the root cause. Kindly share the thoughts to find the root cause
asked
2 answers
0

Check your input parameters for the microflow, I think that probably one of the input parameters is not set causing the error messages. To check this add a breakpoint to the first action and inspect the values in the variables tab in Studio Pro.

answered
0

It seems that you're passing an empty parameter. Can you show the microflow?

answered