Hi there @kt727, and welcome to the forum!
So, for null values there are 2 things you can do:
1- Number inputs have a "Validation" rule where you allow nulls
2- For strings and dates, you can transform the object to update in your query applying something like what is explained here
Hope this helps keeping null values persistent!