I have an Excel file on SharePoint and I want to read the table within the Excel file and have the output of the activity be a DataTable. However, I tried using the Excel Online - Microsoft 365 activity, and the output is Read Range or Range Information, but I needed a DataTable. I also tried with Excel Classic - Microsoft 365, but it requires a DriveItem, which I tried to retrieve using Find Files, but without success. Do you know any activity that reads directly from Excel on SharePoint without needing to make a local copy of the file?
You are using the Read Range activity of Office 365 right, you are using the correct one. The output of Read Range is the datatable create a variable in the Read Range field in properties.
Thank you, I saw that the output was a DataTable, but when I checked in the Immediate, the variable looked like this: [DataTable4]. Now with the “Output Data Table” , I can see the contents of the DataTable.