You can use this project as an example:
https://x.thunkable.com/projectPage/61030286be254a002f27acf7
(to go to screen two press on label, screen one is red, screen two is white)
On screen one, when you click on the button, it shows you “the length” of “all buttons in row 1”, and the screen one rightfully shows 1.
but on screen two, when you click on the button, it shows you “the length” of “all buttons in cloned row”, in which every row contains one button, and the expected label output is 1, but instead, we get 0
I have used different debug methods to make sure the problem comes from the inability to refer to cloned blocks, anyone has any idea?