Hi,
In connection with Document Understanding, I have two workflows. The first workflow will do the extraction, create an action in the action center and adds the item to the a queue having the transaction reference same as that of the taskID in the Action center.
The second workflow will fetch the items from the queue and using the transaction reference, the bot will check whether the action is completed by user or not in the Action Center. If the action is completed, we need to export the data. Here the only input I have is the TaskID.
How can I fetch the extraction results using TaskID alone??