I actually have been able to create a flow on Power Automate that I can then attach as a script to a button on my Excel sheet to send an email of the form when clicked.
However, I want to embed that excel file onto my website and allow users to make necessary changes that would then be emailed by clicking on the button. The issue that I am encountering is instead of emailing a copy of the excel file that was modified on my website, it will instead email the original file that is located on my OneDrive, which would not contain any of the new edits.
Is there a way for me to redirect the flow to download the edited file that is on my website instead of the original file that is on my OneDrive?