How do I get the object properties called Value?

Hi

How do I get the object properties called Value? In object spy, I can only get some properties like
//input[@id=‘TransactionReferenceNumber’]

Try WebUI.getAttributes(to, 'value').

https://docs.katalon.com/katalon-studio/docs/webui-get-attribute.html#returns

Thank you. This exactly what I needed