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
Are you using the Write Records activity to save? What are the values of that record pushed to the database? Is it the ID which is NULL?
What exact value do you mean?
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.