Hello,
I sometimes use field rules to hide/show columns in a table with the values being required when the field is visible. However, I recently discovered that these values are lost if there are any rows where the column/field is hidden.
If the field is required, the rule must be set to ignore the value of hidden fields or else the form will not submit, but it seems that the "ignore" action is being applied across the board instead of just for the hidden fields.
I'm not sure if this is a recent problem because I've been using this approach with several Forms since 10.1 or 10.2 and this specific issue has never come up before (We're currently running 10.3.1.635).
As an example, build a table with two columns, a Yes/No dropdown and a single line. Make both fields required.
Set a field rule that Shows the single line field when column 1 equals Yes, and set it to Ignore hidden values.
If you submit the form with all rows set to yes, it saves the value as expected, however, if even one row is set to no, it will cause the form to discard all of the column 2 values.