An excel file is uploaded to the sharepoint folder(document>aaa). The trigger is 'When a file is created or modified'.
Then ‘List rows present in table’ will get the table content.
The setting is
Location : SharePoint Site - xxx
Document Library : Documents
File : File name with extension
Table : yyy
Then got error : No table was found with the name 'yyy'.
{
"status": 404,
"message": "No table was found with the name 'HOD'.\r\nclientRequestId: ...",
"error": {
"message": "No table was found with the name 'yyy'."
},
"source": "excelonline-ea.azconn-ea.p.azurewebsites.net"
}
The table yyy is in the orginal excel file checked by ctrol-g. Any suggestion, thanks.


