You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When importing a combo list record value, the validation for record data is failing for sub fields. This was confirmed when using improperly formatted date values. The value for the date sub field gets set to null, while the other sub field imports fine. Both sub fields are required in a combo list value and so it breaks other functionality.
To Reproduce
Steps to reproduce the behavior:
Create combolist with a historic date field as one of the sub fields, and a simple text field for the other
Create a csv import record with a bad date format like MM-DDYYYY (expected is YYYY-MM-DD)
Import the record
Visit the Form Records page for that Form
Expected behavior
The record should fail to import and be reported in the failed import report
The text was updated successfully, but these errors were encountered:
Describe the bug
When importing a combo list record value, the validation for record data is failing for sub fields. This was confirmed when using improperly formatted date values. The value for the date sub field gets set to null, while the other sub field imports fine. Both sub fields are required in a combo list value and so it breaks other functionality.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The record should fail to import and be reported in the failed import report
The text was updated successfully, but these errors were encountered: