Get form task returning empty

@user928

So …if you want to add each output to the queue after creating validation task use as below

I am converting the actOut which is the extraction result and that output(String) will be added to queue

And when you retreive again you can convert(String to Required out) like this

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

This can be passed to wait for resume later

Hope this helps

cheers