Have you tried using Copy cells from Excel worksheet and then using Paste cells to Excel worksheet inside a loop?
If you don't know how to do a loop, use Get first free column/row in Excel worksheet to get the end of your range. Then use a Loop action that iterates from 3 (assuming you want to start pasting at row 3) and end at %FirstFreeRow-1% (because %FirstFreeRow% is the row that has no data, so you want to stop one row earlier), iterating by one. Then just use the %LoopIndex% generated by the Loop action as the row to paste the cells to in Paste cells to Excel worksheet.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.