Hi,
I'm trying to use Power Automate to send emails from an excel report, rather than having to use mail merge. The report contains a ticket number, ticket subject, ticket owner, owner email address, and ticket due date. The idea being that Power Automate will take each record in the spreadsheet, and send the ticket owner a email with the due date.
Using Power Automate, I was able to get this successfully working, if I manually modify the excel spreadsheet, first creating the table in excel, then saving the spreadsheet to a folder on my OneDrive.
However, I wanted to take this to the next logical step, and remove any manual intervention. The excel report is generated in ServiceNow, which emails either myself, or to a Team's channel, and power automate should pick up the excel file, then run the workflow and email each ticket owner. However, ServiceNow just creates a 'flat' excel file, it doesn't set tables. So I tried to use "when a file is created" > "create a table" to dynamically create the table. However this seems to fail with the below error, and I can't see why. The file exists, I even used the file selector to pick the file from the folder.
The resource could not be found.
clientRequestId: 12256cc0-bcf2-4946-81ac-95e16c48034e
serviceRequestId: 32157d18-7851-4268-88b3-bf492f33eb3e
Any help or advice would be greatly appreciated!