The value list i create for a Web Form is not giving me mutually exclusive numbers.
For example: I created a custom field called Web Form - Submitted by.
From the setting, I go into that field and create a value list of employees who could possibly submit the form. I use my Postman to view the deal, i see its the correct one - the one i just made from the web form by the name i used, converted it to a deal…
I expect a new value from each employee, I get the same value.
I get the same value after I’ve deleted all of them and added it back in one by one.
Hey @klarson
Thanks for being patient and for sharing all the relevant details
I would like to confirm a couple of things to figure out if there’s something wrong with the API
When you make a call to /dealFields endpoint, do you see the custom field options with their unique values? I replicated your setup and the payload looks like this. However, I haven’t done any edits to the values after they were created. It’s assumed that such edits would still guarantee uniqueness of ID.
Another check is to track the values which are being submitted during web form submission. You can use the DevTools > Network tab to identify the payload during the time of submission
Hi @klarson
I would recommend making a call to Get All Deal Fields endpoint at first. This will list the fields along with key and name details. That alone should get you the relevant details with a quick search. Once you find that field, you can take a look at its options property.