Xano sets nullable array input with an empty array instead of leaving it null

Options
Our table has a column of type object array that is not required and nullable. When we create an input with these configurations and send a json object without that specific input (as it should be non-required), Xano fills the input with an empty array instead of leaving it null.
[image.png][image.png][image.png][image.png]

Comments