Skip to main content

Getting Error in POST when trying to select dropdown value

  • January 13, 2024
  • 1 reply
  • 3 views

Forum|alt.badge.img+4

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

1 reply

Forum|alt.badge.img+4
  • Author
  • New Participant
  • 3 replies
  • January 13, 2024

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


Reply