- Goal: I want to prevent updating Retool Database with NULL values.
I have a very simple table that pulls data from Retool Database. Within this table, I have 2 columns editable. I now have the problem, that whenever I update only 1 field within 1 row the other field, that I left untouched also gets updated but with basically an empty value.
I use the "Update an existing record" query and have the following Key Value pairs defined:
The changesetArray is looking as follows:
So what I think I need to achieve is
- either ignore empty values / non-existent keys
- or make sure to only take the the value from the changesetArray in case the value / key is present
Any help would be highly appreciated