Deserialize JSON

I was trying to use the Enhanced REFramework with the 2019.1 version of studio. It was made using the 2018 version, and was automatically upgraded with out issue when opened.

While browsing through all of the workflows, i noticed that there was an error stating that There is an activity that is missing or could not be loaded. I looked at the output logs and it said

“Could not find type ‘DeserializeJson(JObject)’ in namespace ‘http://schemas.uipath.com/workflow/activities’. Row: 148, Column: 28”

Was this activity removed in the 2019.1 version? if it was, is there a replacement that I can use, or are their plans on adding it back in?

2 Likes

Hi Kevin,

Make sure you have UiPath.Web.Activities package installed. Also, Import Newtonsoft.Json namespace.

7 Likes

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