I have came across below problem.
A form with both numeric (problem) and text fields(good)
When modify the numeric field say delete all and subimit form the change will not be reflected.
So I try to use Patch & IsBlank to update blank numeric fields to 0 and then SubmitForm.
But a second problem come with Etag Mismatch.
I can not just along use the patch function 1. due to large number of fields in the form 2. need to capture the content entered for text fields.
Is there any other method to update blank datacard value other than Patch?