I was just trying to build a Document Understanding process based on an example one. I almost make everything in the same way but, in the end when I try to write exported DataSet values in an Excel file there is a problem. It seems that DataSet not to be converted to Tables… but I do not understand why. Here a screenshot:
I am facing same problem where dataset.Tables does not convert it to data table so when i try using for each loop to export the data to an excel using write range workbook activity or any activity that takes datatable as input i get this error