I want to find a way to pull out the first 13 characters in each list element until the list ends (identified by ItemsInList attribute). I currently have this:
@Left(@Value(_list_UAIDs{@Value(ItemsInList)}),13)
However this only returns the last entry. I want it to return every instance within the list.
I wasn't sure if it was that simple of if I could create a looper to resolve this?