I'm attempting to use the add row to table excel function to pass records from Survey123 to multiple tables stored in SharePoint using Power Automate. I ultimately want a new record added each time a Survey123 response is submitted or edited.
My survey contains 4 repeats but no nested repeats.
I started by creating an excel online workbook with 5 tables (1 for main survey table, 4 for repeat questions) and fields according to those made in Survey123.
I have one flow working which writes to the main table but I'm running into issues when I try to create a parallel branch in the same flow that writes each of the repeat records to the appropriate 'repeat' table.
I want to add a new row for each repeat record but I'm having difficulty figuring out the appropriate flow to do this and haven't had much luck finding solutions searching online.
What should be the standard flow in Power Automate for adding new rows to a table for each record in a repeat from Survey123?