Why am I getting extra values in the array?

Clipboard (2)

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.

How do I fix this issue ?

I think if you could rather share your code view instead, we may be able to figure out what’s going on there.

HTML code image

console element data image

So what is the exact issue here? I see 5 buttons on your screenshot?

He is getting an extra button after the python button with function() code inside it as far as I know Teodor.

I still don’t understand.
I see this:

And then i see this:

Screenshot 2022-02-11 at 11.44.51

So what is the issue?

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 ?

Can you send me a link to your page, where I can check that?

Fixed in Wappler 4.8.2

This topic was automatically closed after 31 hours. New replies are no longer allowed.