When the user leaves an input blank I would like the value in the DB to not be changed.
I am using xano for my backend and when I hit the button to run the api post and the cell is blank it changes the value in the DB to the key value of the body parameter I initialized the call with. I have tried to check the box allow blank but I get an error.