I need a Power Automate flow using only Native methods (no premium/ custom connectors) that will crawl through a set of Word documents stored in a OneDrive designated folder, pull every hyperlink it finds, check each URL’s live status (200, 404, timeout, etc.), and then push the consolidated results straight into an Excel file. Then clean up temporary files. Key details to capture for every link are: • the anchor text used in the document • the date the link was discovered by the flow • the page number where the link appears • the full file path of the originating document A single run should be able to process multiple .docx files in one go. When it finishes, the flow must drop or update one clear Excel table with columns for File Location, Page Number, Anchor Text, URL, Status Code, and Date Found. Then clean up temporary files. Deliverables: 1. The Power Automate package (exported .zip or .json) ready to import. 2. A brief setup guide explaining required connectors and how to change the document source or Excel destination. 3. A sample run showing the Excel produced from at least two test documents so I can verify that hyperlinks are extracted and statuses logged correctly. If anything here needs clarification, let me know before you start so the flow is spot-on the first time.