Remove Repeater when empty
Hey, I added a repeater and everytime I want to save it say, that the values cannot be null because it want to create the default empty entry in the repeater. How can I fix this?
2 Replies
You can mutate before save, and remove all empty rows.
You can also set the default to be () so it's empty by default
Okay thanks π