I have an MS Form that will require attachments for several different questions. I have a Power Automate flow in place that takes these responses and adds them as new row in an Excel file on Sharepoint. Each attachment is in turn included as a hyperlink in it's own column in the row. My issue is that with each new submission, the previous rows are updated to link to the most recently submitted attachments. How can I ensure each newly added row doesn't also update the previous rows?
This is my current flow (of course, beginning with a When a new response is submitted trigger)