Get Task Data from UiPath Actions (For all the fields on document)

Hello UiPath Fam,

I have an automation problem as below.

I am using DU to read invoices and based on the confidence percentage, transfer those invoices to UiPath Actions via Create Document Validation Action.

Once a business user approves it, I want to get this task data and store it in Excel.
I could not find a direct way to do it, I tried get task data but it does not provide the actual data rather location of the results output, which is not helpful in this sceanrio.
Note: I don’t want to use wait and resume as it is not productive

Any help is highly appreciated. Thanks

also have a look here for the DU Rest API:

@ppr I am keeping the API as a last resort if nothing comes up. I think this is one of the required features.
Any other alternatives

then please share with us in the format of screenshot from immediate panel what the get task data activity is returning

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

@ppr
image

Perfect, we got an output

had you explored by extracting the different zips? e.g. ValidatedExtractionResultPath

@ppr
I spent a good amount of time on this. I was able to capture data on it, but this is not straightforward.

  1. Download Storage File
  2. Unzip
  3. Read ValidatedExtractionResult
  4. Deserialze Result
  5. Loop and extract information
  6. Convert to DT

I think there should be a direct way to get these values using some activity, I will work on some free time to create a custom actions to get that.

Thanks @ppr, you always helps a lot, appreciate your work and time both.