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?
Thanks
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.
fantastic, thank you very much. saved a lot of time 
1 Like