Form with optional repeater failing to save
Hello everyone, I have an optional repeater inside a form. If it's filled out, it will save correctly with no error. However, if the repeater is left blank it will error out with this error:
Obviously it's trying to insert the repeater form into the Detail table. How do I stop that from happening when the repeater is blank and not filled out?
Any help would be appreciated. Thanks.
Here's my form:
1 Reply
If it’s optional then your database column needs to be nullable.