Hi
I am running tests on my workflows for Document Understanding.
I would like to test my Extracted Data workflow which takes in a
UIPath.DocumentProcessing.Contracts.Results.ExtactionResult variable .
I have exported the results from a previous Validation Station Extraction and saved it to a text file .
Is there a way of getting this data from the text file into the above variable ?
As this would remove the need for running the whole document understanding process for testing .
Any help would be greatly appreciated.
Regards
Rachael
@rachael.sherry
have a look on the academy course debugging. Pay special attention the section introducing the watch / immediate panel. Maybe manipulating the variable values during the debugging can serve your needs