As you can see in the image, I have used a repeat element to repeat a array of values.
The first 5 elements are the values I needed.
I don’t know why I am getting those extra functional texts in the array !!!
I have console log the array and there are only five elements in the value and no functional texts.
The buttons you see in the image are coming from the array items.
And the buttons below them, which have function code as value are also dynamically coming from the array which does not exist in the array item.
Simply said, those extra function are coming from the repeated array items. which dont even exist ?