Is there any way to create a flow where ONLY the new items added to a sharepoint list can write to an Excel spreasheet? My current flow is
- When an Item is Created
- Get Items
- Apply to Each
- Add Row to Table
The test list has 10 items. Each time the flow runs, it adds those 10 items plus the new one I add to the spreadsheet. But when I try to remove the flow's Apply to Each, this action automatically gets added back in. Is there a formula or other strategy I can use to restrict the flow to only new items added? (Either instantly or once an hour or day, etc.)