The method I’m using is extracting all the values using the “Get Text” activity and then using the “Add data row” in order to populate the Data Table. After that I just try and use “Write Range Workbook” to write in Excel.
It looks like you’re using add data row multiple times, once for each extracted value. You need to use it just once for each row you want to add, with the values given as an array.
Can you share the screenshot of the flow. May be like you have used multiple Add Data Row activity to write it back to excel. Please share the screenshot of the flow.