Get Extraction Data from Action center using Task ID alone

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??

had you tried?
https://docs.uipath.com/activities/other/latest/user-guide/get-task-data

I did go through this documentation and was able to check the status of the task but was unable to fetch the extracted data. I am not sure how to use the dot function to get the data. Can you help me here?

use one of the debugging panels for further exploration

give a try a below for getting the taskdata as JSON JObject
yourTaskOutPutVar.GetDataJsonObject