Re: How to get the file content of a Excel file that is modified with a new row or created a new row.
Hi @ahmadbutt
When creating a new file use the SharePoint 'Create File' action.
If you're updating a file you should use the SharePoint 'Update file' action... though the 'Create file' action will overwrite if you have used the same filename.
If you need to do something with a file, send as an attachment, copy to a new location, convert to PDF, you need to use the SharePoint 'Get file content' action, and optionally use the 'Get file metadata' to obtain the filename etc.
The SharePoint 'Get file content' action retrieves the file which is contained within the 'File Contents' property... the file encoded as a Base 64 string.
Example below which shows how to obtain the file:

In your example, after the Excel actions have made changes to the target file, you need to use the SharePoint 'Get File Content' action to get the file.
HTH
Jay
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.