Saving multiple lists

Can I get some help for this?
This way is probably not efficient but I want it to store all the text and text colors in a list so that I can later obtain it by using different index.

Seems like the most efficient way to me, without using DynamicComponents.

What's dynamic components?

An extension, that can allow you to create/manage components without the user having to use the component block(s) itself.

See here

This problem seems to be having list of lists.

One list having reference to two lists textList and colorList.

1 Like

Better first create a global list with textbox test. And upon button just use **for each items in the list block save the text box text into a variable and save the variable with different index number into tinydb

1 Like

1 Like

Wouldn't that take even more blocks?

Yes, but it's easier to save it this way.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.