NodeJS Validate step: param.replace is not a function

Wappler 5.2.3
NodeJS

Steps:

Important:
Equals To true

Execution error:

{
    "status": "500",
    "message": "param.replace is not a function",
    "stack": "TypeError: param.replace is not a function\n    at App.equalTo (/opt/node_app/lib/validator/core.js:236:46)\n    at Object.validateRule (/opt/node_app/lib/validator/index.js:93:36)\n    at Object.validateData (/opt/node_app/lib/validator/index.js:29:37)\n    at App.validate (/opt/node_app/lib/modules/validator.js:9:26)\n    at App._exec (/opt/node_app/lib/core/app.js:568:57)\n    at App._exec (/opt/node_app/lib/core/app.js:535:28)\n    at async App.exec (/opt/node_app/lib/core/app.js:504:9)\n    at async App.define (/opt/node_app/lib/core/app.js:494:9)"
}

The Equal To validation rule compares 2 input fields, the Value must be the name of the other input it compares with and not true.

Is there a way to check if the expression evaluates to true?

@George could you maybe edit “Value” to “Field name”? I thought this was string comparison