I’m using the Integration Service - List All Records, to select a specific servicenow record.
The List All Records has two types of output, but both are of the type “UiPath.ServiceNow.IntegrationService.Activities.SWEntities”, how can I access the content of this variable and transform it into a string?
When I’m running in debug, I can see the content of this variable, but when I try to convert this variable using “var.ToString”, instead of having the content of the variable, it just returns “UiPath.ServiceNow.IntegrationService.Activities.SWEntities”.
Welcome to the UiPath Community! We are so glad you’re here.
Can you please provide a bit more detail on the workflow you are using with ServiceNow?
It would be also helpful to understand what objects (incidents, tasks, etc.) you are trying to use with your Automation.