How do you make textbox length = text length?

Use a "for each item in list" loop to iterate over the every TextBox block, which returns a list of every TextBox, and use the corresponding Any Component block for Width inside the loop.
For example:

If you want to exclude some TextBoxes from this change, you will have to make a list of all the components that require changing manually, and iterate over it.

1 Like