Hey. I have an issue with API custom field options in deals. I try to add ENUM custom fields to deals. And can’t add correct options to fields. The system doesn’t parse my options JSON string and add it as one option. What I mean, is see the screenshots:
My request
And What I have:
Could you, please, help me? Where is the mistake? Thank you!
Thanks for sharing the code snippet. You seem to pass the options property as a string. Any reason why it’s done that way? Ideally, this should be an array of objects (without the stringification)