I don't think this is a Delay problem, it looks more like an input issue. By the way, before providing you with a solution, it looks like you're using a OFFSET formula as input for the table range - I didn't test creating tables with this approach, but it might lead to problems when running the actin.
The Get file metadata action retrieves the path to the Excel file, which is the input you must provide in the in the File input:
The only problem is that the Path include the reference to the Document Library (Shared Documents in my case), which must not be included in the Create table action, since it is already provided in the Document Library field:
Solution
Add an expression as input to remove the reference to Shared Documents/ from the path property retrieved by Get file metadata. The expression looks like this: replace( outputs('Get_file_metadata_using_path')?['body/Path'], 'Shared Documents/', '' ).
With this, the flow will run successfully, with no need for a delay:
Let me know if it works for you or if you need any additional help!
✅
If this solved your issue, please mark it as Accepted Answer.
👍
If it helped, feel free to give it a like!
🌐 Explore more Power Platform content on my
Website or on my ▶️
YouTube
💼 Find me on
LinkedIn