I'm trying to create a flow that accomplishes the following:
1) Users e-mail a .xlsx to a monitored e-mail address. They will use a template worksheet that has a data table so the table name will be consistent with every submission.
2) When a new e-mail arrives, if there is an attachment with "Confirmation" in the name, that attachment is copied to a OneDrive for Business Folder.
3) A "when a new file is created" trigger is monitoring for when the file is created in OneDrive and then Get Rows is used to read the file and enter the contents of that attachment to a SharePoint List.
4) After the data from the .xlsx is loaded to the SharePoint list, the file is duplicated in an archive folder and the original is deleted.
The issue is the flow will work very randomly. It keeps get hung on the "When a file is created" step. See the second screenshot below, I deleted the file after it was running for over 45 minutes to capture the error. We're only dealing with 2 records in the spreadsheet - so not a ton of data.
What should I do to avoid the issue it's having getting stuck on "When A File Is Created"?
1) Flow layout:

2) Flow stuck on file creation - it shows an error on apply to each, but that happens when I deleted the file from OneDrive:
