So i use document understanding from cloud.UiPath, the template before is using the document from storage bucket, and now i use local source but when “Wait for Validation Task and Resume” got this error
(System.Exception: Cannot serialize the DataTable. DataTable name is not set. —> System.InvalidOperationException: Cannot serialize the DataTable. DataTable name is not set. at System.Data.DataTable.WriteXmlSchema(XmlWriter writer, Boolean writeHierarchy)
at System.Data.DataTable.System.Xml.Serialization.IXmlSerializable.WriteXml(XmlWriter writer)
at )
I saw from other post is that error means datatable’s name not assigned yet, but when i use the document from storage bucket there’s no assigning datatable’s name, and still got it right