Hello UiPath Community,
I am currently working on a project where I am using the “Extract Document Data” activity to extract values from invoices using the predefined invoices model. My goal is to eventually output the extracted data into an Excel file using a loop.
However, I am facing difficulties with converting the output from the “Extract Document Data” activity into a DataTable. According to the documentation, there should be an option to select ResultsAsDatatable
as an output for the “Extract Document Data” activity, but I am unable to find this option in the activity properties.
Here are the details of my setup:
- Activity Used: Extract Document Data (with predefined invoices model)
- Issue: Unable to find the
ResultsAsDatatable
option to convertIDocumentData
to a DataTable.
Steps I have tried so far:
- Checked the official UiPath documentation and forums for a solution.
- Tried to manually convert the
IDocumentData
to a DataTable but without success.
Questions:
- Is there an alternative method to convert
IDocumentData
to a DataTable? - Has anyone else encountered this issue with the
ResultsAsDatatable
option not appearing, and if so, how did you resolve it? - Are there any additional activities or packages that I need to install to access this functionality?
Any guidance or suggestions would be greatly appreciated. Thank you for your help!