TinyDB data to a separated list


transfer this data to this list!

Hi Alisson,

Please add a bit more detail.

Which data?

Which list?

The componentName does not need quotation marks.


this error is appearing
the list data




Now, how do I avoid repeating the icons on each line?

@RaYzZz

Instead of using many SetProperty blocks, I recommend always using the SetProperties block by passing a dictionary with all the properties to apply (it takes up less space and lets you easily add or remove properties).

As for the error, you’re most likely setting a property with the wrong tag.
To fix it, simply disable everything and then re-enable blocks in groups of 4–5 until the error shows up again.

I’m not sure I fully understand what you mean. You could create a small procedure dedicated to generating each row in that format (image + label), and then simply loop through your values to generate each row.