Servicenow Integration UiPath

Using the latest version of UiPath,
Here I am integrating with ServiceNow and able to get the incidents using Activity “Get Data wizard design”, while addin the Assignment group getting Id how to get the Assignment group name

Could any please help me on this

Thanks
Surya

Hello Surya,
You need to run SQL like this:
“SELECT name,sys_id FROM sys_user_group WHERE sys_id=”+YourIDVariable
In this movie, you see from exactly link-time how to work with groups

Thanks,
Cristian Negulescu