Hey as you can see have two values in the container one from repeated element 1: “ttttt” and one from repeated element 2: “check2222” now i wanted to know if anyone used somehow the elements index to get each time the data for the current item, or do you think it it possible?
Hi, I think there is no way of doing this within a form right now. I think a great feedback would be for @Raphael to ask to add an option to “set value” inside of the form from the fields, this way you could set the state of the form even manually.
Hey, i think for now i found a way to go around the repeated items issue, and that is by repeating “forms” and not repeating regular “containers” i believe the reason is that the “forms” has active indexing and that the form data get saved in the “local.data” and therefore we can see on the workflow section all the forms in indexed order, and also when you reach the local data you will get the data of the specific form.
I hope Weweb team would implement it also in the regular containers and repeated items in general.