UiPath Integration Services for ServiceNow connector

Hi there,
I need some help with integration service - servicenow.
Could you please help me on how I can read the data from incident type object in UiPath?
I am using Get Record activity (Integration Service - ServiceNow) for retrieving data from incident based on sysid which I got after getting list of incident.

The image shows a workflow in a software application with a "Get Record" action for retrieving an incident record from ServiceNow, including various associated variables and their types. (Captioned by AI)

@narender.bn

open a log message or immediates panel in debug mode and use GetRecordOp.(dot) which will show you all the properties available to it

you can expand and check in the locals panel as well

use a break point after get records and check the data

cheers