Does anyone know how to update a custom field to empty/blank using the update_event_ejb action? Sending nil just makes it ignore any updates, and sending “”, null or [empty] just gives an error. For now I’ve ended up updating the field value to NBSP, which makes it “look” blank, but doesn’t actually make it blank.