How to store Create Document validation action output

Hi Everyone, I want to store the output of **Create Document Validation Activity ** output in excel and in Queue item, when i try to do that it is not allowing this data type UiPath.IntelligentOCR.Actions.Models.DocumentValidationActionData

Now i want to read the stored input from Excel or Queue want to pass that data to Wait for Validation Activity to get my output values.

Can anyone guide me how to solve this

@user928

Did you happen to try this

Cheers

Hi @Anil_G I’m using C# here how to write that code Ctype is not available i used Covert but it have still some issues.

CType(Jsonconvert.DeserializeObject(str),UiPath.IntelligentOCR.Actions.Models.DocumentValidationActionData)

I used – Convert[JsonConvert.DeserializeObject(val),UiPath.IntelligentOCR.Actions.Models.DocumentValidationActionData]

it is showing DocumentValidationActionData is not valid in given context and **Convert ** also showing same not valid

@user928

For C# please use convert like this

(UiPath.IntelligentOCR.Actions.Models.DocumentValidationActionData) Newtonsoft.Json.JsonConvert.DeserializeObject(val)

Hope this helps

cheers

Hi @Anil_G I’m getting below error

@user928

Did you pass the serialized string of action output?

Cheers

This issue is resolved i will make a sample code and will post here after sometime.
Thanks @Anil_G for the help

1 Like

Hello can you share the sample code, if this was resolved at your end.

@Ankit_Jain3

Above one is the sample code already

if you have any further issue please raise a topic with detailed description

cheers