ServiceNow Activities - Value Pairs

I am extracting Incident Data from ServiceNow using the ServiceNow activities and need to be able to extract the value data from a value paifr that is returned eg
@"{
““link””: "“https:/url.service-now.com/api/now/table/sys_user/7c0539c81b3945109f9a0ed0f54bcb35"”,
““value””: ““7c0539c81b3945109f9a0ed0f54bcb35"”
}”

Kindly assist

Many thanks

@gary.cobden

This is a json data

use deserialize json activity and pass the string and say the output is saved in Jobj variable then use Jobj("value").ToString will give the required value

The above activity will be in UiPath.webapi.activities package

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.