How to use Button Component on a List?

Hi everyone,

I’m making a quiz and I want to unlock ButtonLevel when one level is succeed.

I use TinyDB to store a value from 1 to 12, and I have 12 buttons disabled, I want to enable buttons according to value stored: if value is 4, I want to enabled buttons 1/2/3/4.

I tried this using Item Component, but this only enabled the current value store as button but not the other buttons before. Maybe something to do with what I have circle.

I tried to use number Component but I don’t know what is wrong too…

Thank you for your help!

Edit: I tried other things like this but nothing, how can I use component as a list?

First search it on Community then ask