Getting Error while downloading the result using Questionnair module

0
This is the Error showing   An error occurred while executing an action of Questionnaire.Revision_Select.microflowButton1: Did not expect an argument to be undefined Error: An error occurred while executing an action of Questionnaire.Revision_Select.microflowButton1: Did not expect an argument to be undefined    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638911149501155775:66:267637    at be (http://localhost:8080/mxclientsystem/mxui/mxui.js?638911149501155775:26:6830)    at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?638911149501155775:26:6731)    at E (http://localhost:8080/mxclientsystem/mxui/mxui.js?638911149501155775:66:5050)
asked
2 answers
0

Hey ;) 

 

Most likely the error occures due to some missing access rules over the file entity you're trying to download. 

 

Since it's a marketplace module I would suggest you to double check the security. Much more exactly I mean the security of the role you have used to download the file and check if it has access to the marketplace module Questionnaire. The fundamental issue is that there are no rights over the file document entity that user role is trying to download.

answered
0

As per the error message; the microflow expects an object but the button action does not pass the expected object.

This can be due to either:

- button is not inside a widget that provides (or you didn’t configure “Pass selection” in the button) the expected object.

- user role may not have read access to the object you are passing.

answered