
Announcements
I have this flow for a spreadsheet with a single sheet in it. I want to recreate it to add rows into different tables across different sheets in one spreadsheet. I'm able to pick which table dynamically but then it gives me a new field 'Row'.
Any ideas of how I need to structure my data in the 'Row' field?
If the table is selected, statically, you will get the columns to select.
If you have a limited number of tables that you are working with, I would use a switch function with an action for each table (I strongly advise doing that)
Otherwise you could try it dynamically with a JSON object that you insert.
Third option would be an Office Script that will add the row. There you can also pass a json.
Again, I strongly advise to use a switch function and set up an option for each table.