Nanoflow error

0
    How to solve this error:   An error occurred while executing an action of MyFirstModule.Home_Web.actionButton3: Input parameter 'Question' is required Nanoflow stack: "Call JavaScript Action: NanoflowCommons.ShowConfirmation" in nanoflow "MyFirstModule.ACT_Synchronize_FullSynchronization"    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638434327305287155:66:184436    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638434327305287155:24:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638434327305287155:24:6731)    at E (http://localhost:8080/mxclientsystem/mxui/mxui.js?638434327305287155:64:5069)  
asked
6 answers
0

Hello Riya,

 

It says that the input parameter Question for the Show Confirmation action in your flow is empty. Can you check whether this is the case by opening this action and check the input value.

 

If you cannot solve it like that please send us a screenshot:

 

image.png

 

Good luck

answered
0

It looks like at some point a Question object is required (eg to be updated) and it is not available (see Jelle's response as well to pin point the occurrence). Can it be added as a nanoflow parameter, or can it be retrieved from the context?

 

To prevent these kind of errors, you can also check if objects exist and if it doesn't you can add a more specific message as user feedback.

answered
0

image.png

 

The Question object is there and the description is also there so how to solve?

answered
0

You can put any text you like or a parameter, when using the parameter please check before using it if it is not empty 

 

image.png

 

image.png

answered
0

image.png

 

Here it is showing only $IsConnected and $latestError. What to do?

answered
0

image.png

for example

answered