Hi, is it possible to change properties for multiple UI elements at the same time?
For example, I have multiple containers each with 24 labels and i need to change font size for each label. Do i have to modify each label individually or is there a way i can do them all at once?
Yes, you can do this with Any Component blocks in a loop. You would loop through all labels in the screen (or container) and change a property. You can see an example in the documentation here: "Any Component" Blocks - Thunkable Docs.