Closed gazchap closed 1 year ago
Currently we only have the array of json objects solution.
Hi!
If you need to add another field at one point in time then you will lose previous data because of structural change, this is valid reason not to do that. There are other means to transform your data I suggest you use those.
Thank you and good luck!
Is it possible with this field to save the field data as an array, in circumstances where there is just one field in the repeatable?
I have a
SimpleRepeatable
that contains just oneText
field (in this case, namedpattern
) and when saved to my model, the JSON in the database is:[{"pattern": "12345"},{"pattern": "67890"}]
Is it possible to have it save it as just an array, i.e.:
["12345","67890"]
?