Skip to main content

In Postman I am trying to set/select the value of a single select field. This is an exsiting defined value.

A simplified version of my post is:

{
"fields": {
"Case Status": "HC - Tax Lawsuit"
}
}

I am getting this error

{
    "error": {
        "type": "INVALID_MULTIPLE_CHOICE_OPTIONS",
        "message": "Insufficient permissions to create new select option \\"\\"HC - Tax Lawsuit\\"\\""
    }
}
 
please advise

I - I am the OP. I solved problem. Had selected wrong field. Sorry to bother you guys


Reply