WS Error: DMN RestException

I created a DMN table diagram_1.dmn (1.4 KB)
It works very well in the simulator, but in the postman, it displays an error:

Your input1 key is incorrect.
It should be amount, based on your DMN file.

I think “input1” is correct here, as this is the id of the first and only input. “amout” (not “amount”) is the label of it

When i update the DMN to the following:

I get the following response from the DMN:

[
  {
    "decision": {
      "type": "String",
      "value": "normal",
      "valueInfo": {}
    }
  }
]
1 Like

It works in the simulator, but in postman, same error :disappointed:

@fatma_wings did you get this working with the changes i mentioned above?