Input init values unexpected behaviour

Hi all,

I built a table with inline editing functionality. I set it up such that the initial values of the input fields that show up when the user enables the “edit” option on a row are set to the item’s current values (from the collection).

HOWEVER, and this is where things get weird: if I leave the initial values in and submit as is, all the input values are treated as empty instead of their initial values.

Any idea what’s happening? Am I doing this wrong?

Whats your submit workflow

It just passes the input field values to the backend to update the item. Its like WeWeb doesn’t recognize input values = init values if they haven’t been modified.