Hello,
I’m following this tutorial in order to create an input field containing an array: https://docs.wappler.io/t/working-with-arrays/7701 .
I’m finding that at this step: Select Items under the Array component. This will repeat the button as many times as the items in the array are: , my repeat region doesn’t save the arr items under expression.
Thanks @Teodor. If you don’t mind, I have a follow-up question that the tutorial doesn’t seem to cover: how do I pass the contents of the array to a form in order to record its values into my database (I’m looking to record all of them into one column/field, not create one record per item in the array, something like: value1, value2, value3).