Hello , I am using the Get Document Data Action from Document Extraction package to extract the data from a document that was processed using IDA and I am saving the output in a record as shown below.
According to the documentation I can access the values for following keys in the output record.
I am able to get a JSON string properly using $DocData{DocumentJson}$ but I am unsure of how to get the dictionary object and access values (document fields) from that dictionary.