[AI] Text value is not readable/modifiable in Response step

OS info

  • Operating System : Windows 10.0.19045
  • Wappler Version : 7.0.0-rc.4

Problem description

Generated by AI Manager. Text is an object, therefore, not readable/modifiable without opening in code editor.

      {
        "name": "subject_check",
        "module": "core",
        "action": "condition",
        "options": {
          "if": "{{!check_subject}}",
          "then": {
            "steps": {
              "name": "error_response",
              "module": "core",
              "action": "response",
              "options": {
                "status": 404,
                "data": {
                  "success": false,
                  "message": "Subject with the provided ID does not exist"
                }
              }
            }
          }
        },