I am trying to append text to a label during the cloning process. I am using the method I typically use but this is not working. Does anyone have an idea why?
I do know that list of terms complies/parses correctly. You can return a list of words by typing in ‘ant’ and clicking the button.
this makes my clones (i know i have it set to static number)
but this does not assign the values from the list to the cloned components. (in this case labels)
I have tried this process without assigning values from a list and just leaving a static word in the set text method. THat doesn’t work either.
I am not sure if this goes to the right direction, but I detected a fundamental change in Thunkable’s core features: setting a value (like text) of objects (like labels) seems to be performed asynchronous. This has consequences, if you write something and read it directly afterwards because the asynchronous task may not have finished. For more details you can have a look at my github issue #534.