Intermittent Issue of undefined parameter to a dataview

3
I have a dataview which has the advance pagination widget used.I have modified to match certain scenarios of server side pagination. The whole setup just works fine but sometimes gives error "Did not expect and argument to be undefined". I am attaching the Screenshot for the error as well as my dataview.           PS: Edit  Added the Microflow Screenshot
asked
1 answers
0

The object being passed to the DataView is empty. Please review the microflow, ensuring that it returns a valid object. Make sure that your microflow is configured to return exactly one object to properly populate the DataView.

answered