Background- I have created a flow which takes input from MS Forms and adds a new row to an Excel Sharepoint file. This is working as expected.
Challenge- In our org, the excel file that needs to be updated should be able to accept manual entries (rows) as well. Now, let's say we already have 10 rows filled out in the excel file. And let's say form entries have populated row 11,12 and 13 and manual entries have been made to row 14 and 15. Now when the form gets submitted, the new input gets recorded in row 14( below the last form updated row) and pushes the data in the manual entry row to row 15 and 16. What I am looking for is that the new form entry row gets populated in order (in this case row 16).
Hope I made sense. I would appreciate if there are any suggestions to help with this.