Problem using ServiceNow activities with IntegrationService

I have a IntegrationService for ServiceNow, connection is successful.

When I try to use the activity Get Record, I get error such as:
The object ‘sc_request’ is no longer accessible on the current connection. Please verify your permissions, or choose a valid object from this connection, or select a connection that includes this object. Error code: DAP-DT-2002.

Configuration on ServiceNow has been reviewed and all seems ok.

What could be the issue?

@fabianBMCO

Can you share a screenshot how you configured the activity. Also check if the record is indeed accessible to the account using integration services connection.

@fabianBMCO

Welcome to the community

please check this

cheers

Hi @fabianBMCO ,

this error occurs when the Integration user lacks permission to access the ServiceNow object metadata, not just connection. UiPath documentation recommends:

Read access on sys_db_obj and its fields,
CRUD rights on the target table (sc_request),
Web service access (ws_access)** on the object.

Without these, Integration Service cannot expose the object in activities and throws DAP-DT-2002.