get element collection

I was searching to find a way to get the collection of elements on a page through inbuilt keywords available inside katalon.

Could you please help me in.

 

Use ‘findElements’ from WebUiCommonHelper class and pass in the test object from Object Repository:
List elements =WebUiCommonHelper.findWebElements(findTestObject('Object Repository/Page_AppointmentConfirmation/lbl_Comment'), 30)