Skip to content

Unknown field error

Problem

I have made a request to my deployment which failed and I get an error like this:

Error: Unknown field 'probability' in request output

Solution

The problem is that your deployment returned an output field that was not configured in your deployment. In our case, an additional output field called probability is returned. To solve this issue you need to edit your deployment and add the missing output field in the output section of the form.