I'm currently having issues with submitFields and trying to update a multiselect field.
We have a function that gets all the items from a particular field, then appends a new item to that field in an array, so that it doesn't erase all the previous selections from a field..
When it try to submit the new array to that field, it empties the field value. There are no errors or anything that occurs. The strange thing is that function appears to working normally when used in other scripts.
Does anyone have any thoughts on this or has anyone found a good way to update multiselect fields without too much hassle?