I’m trying to get either of these data types to export to Excel or into another data type that I can export to Excel. The variable is the output of an Extract Document Data activity. I’ve tried assigning to a variable and using the Export Extraction Results activity, but no luck. Neither one likes the data type, and I haven’t been able to find any properties that allow me to pass the data correctly.
Can someone help me out?
Hi, @tracylovett
Try Converting the IDocumentData or Gptlxp8 variable to a dictionary or DataTable by looping through its key-value pairs then export that Datatable to Excel using Write Range.
I am having a similar challenge.
The output from “Extract Document Data” places the results in IDocumentData structure.
I want to pass that structure as argument back to “Main-ActionCenter” when I can use “Create Validation Task and Wait”.
The challenge is to create something of that data type as an Argument?
Any ideas?