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.
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