Sorry for the cryptic description.
I have a weird issue with a number of text instances that get created by a loop.
So in theory they should all be the same.
Now the weird part: The one instance that existed before and served as the example to copy the properties from as well as the first instance created by the loop respond differently when I try to use their .text property.
When I refer to it by setting another object's text with the "set text" action all instances show their text, but for the odd two I get a blank result..nothing.
When I use "append text" instead, the result is like it should be. Their texts are appended.
When I append their text&"L" I get their textLL (two times the added string), which is beyond my comprehension.
I know this is probably not enough information, but if someone has hunch you would make my day ;)