Is there a way to truncate a list?
For example if I have a list of 30 items but only want the first 10 to be kept. I know
I could manually create the list with an attribute creator using _list{0}, _list{1}, _list{2}, etc but just wanted to see if there is a transform or more automated way to do something like this.
Regards
Dean