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
ppr
(Peter Preuss)
November 27, 2023, 10:15am
2
also have a look here for the DU Rest API:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
@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
ppr
(Peter Preuss)
November 27, 2023, 11:22am
4
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
(Peter Preuss)
November 27, 2023, 1:22pm
6
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.
Download Storage File
Unzip
Read ValidatedExtractionResult
Deserialze Result
Loop and extract information
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.