I want to have a save data action where only the fields that have been filled in will be updated. So naturally in the override I put
So what I've had to resort to doing is
field:{data:field}/-However on one website I just get "Error:0" (super unhelpful). On another site in the debug under the info section for the save data action I get "field has been skipped" but then it goes ahead and updates the value with an empty string anyway.
So what I've had to resort to doing is
field:{data:field/(var:read_data#.model.field)}