My example is a very basic example aimed at getting you the functionality of removing the white space.
It is definitely not set up as a complete solution, so yes, it is inefficient. If you want to set a maximum number of comments to view, in the comments repeating group in the datasource, set the dynamic expression to use the :items until operator, and set some number (if you want to show 12 set it to 12)…then, use the same principle to hide another group that contains a ‘view all’ button which will only be visible if the total number of comments is greater than 12…lots of different things you can do from there to show all comments but depends on your user experience and UI you want.
1 Like