Skip to main content
sergiog132707
September 18, 2025
Question

not available to save null value for Record

  • September 18, 2025
  • 3 replies
  • 0 views

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

3 replies

sreeramn179614
September 19, 2025

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?

stefanhelzle0001
September 19, 2025

What exact value do you mean?

shubhama926776
September 19, 2025

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.