Repeater Ignore Null

I noticed if I create 3 field sets, but only input data in one, i get three sets saved, but only 1 filled. Shouldnt it ignore the null ones or do i need to set some logic for this? Right now I am getting:
[
{
"type": "office",
"number": "555-555-5555",
"extension": null
},
{
"type": null,
"number": null,
"extension": null
},
{
"type": null,
"number": null,
"extension": null
}
]
[
{
"type": "office",
"number": "555-555-5555",
"extension": null
},
{
"type": null,
"number": null,
"extension": null
},
{
"type": null,
"number": null,
"extension": null
}
]
1 Reply
ZedoX
ZedoX2y ago
Seems to be the correct logic. Lets take a the case of nested repeaters how should "null" be checked? I think u can easily avoid this if any one of the fields in the repeater is required
Want results from more Discord servers?
Add your server