Hi,
I created question for showing message to user and when user entered input it failed to trigger the function since this info item return issue.
As a workaround I added parameter default: "" which is not required parameter to pass the question validation.
{
type: "input",
default: "",
name: "name",
message: "info message",
guiOptions: {
showSummary: false,
mandatory: false,
type: "label",
},
}