Add new value to standard or custom fields via API
In a context of automated test, it could be valuable to be able to append new values to fields already existent via API.
At the moment, we can only replace the entire Field with new possible values. And if something goes wrong, I feel like there's a high chance to lose information.
-
Anonymous commented
Same here, we have lots of parallel jobs that might report simultaneously, 2 different jobs will get the current state and send an updated lists that will differ - causing 1 to override the other
-
Anonymous commented
same if you add it manually like for a batch edit, if i add a value it overwrites the existing one but I want to add a new value and preserve the old values