OS info
- Operating System : Windows 10.0.22631
- Wappler Version : 7.2.1
Problem description
In Page Flow, comment step does not display due to wrong attribute: `value` should be `msg`
Wappler:
comment: {outputType: "object", msg: "This is a test."}
AI:
comment: {
outputType: "object",
value: "This is a test."
}