I'm attempting to create an automated flow where every time a SP list item is created or modified it updates an Excel table to match. Meaning when a new item is added, it also adds a row to the Excel table. If the SP list item is modified, the Excel table row is also modified. And if the SP list item is deleted, the Excel row is also deleted.
I've been able to successfully create the part of adding a row to a spreadsheet table, but cannot get the update/delete a row part to work. Can anyone assist? In my original attempt I was attempting to use 2 flows to accomplish this task. Should this be one flow to complete both actions?