I have a record that when I the value gets updated to NULL the item gets ignore and it does not get updated on the Database
Discussion posts and replies are publicly visible
Have you explicitly passed null value to field?Write Records smart service ignores null values and only updates fields you explicitly provide with non-null values.