I guess the first thing to try is the currentRecord.getSublist(‘sublistId’: ‘item’). However, I have noticed that sometimes accessing the info of each of the item in the sublist is a bit tricky. If that’s what you need, then you will have to (1) get the LineCount of the sublist, (2) loop through each of the item to getFiledValue or getFieldText of each line. Hope it helps!