I have a problem with my RepeatingGroup, I try to display several text elements with a different size but when I display my texts they have the same size no matter how long the text is.
The check box that says “Shrink the element height if the text gets shorter” is only for the height. It won’t shrink the width of the element. There is some code to do this, but there is also an easy way to have this work without code too.
You can put all of the dynamic data into one text element. That way it will not have any spaces in-between the text. Would that work for you? Just add a space in-between each piece of dynamic data. Does that make sense?