Dear All
have run into an issue i cant see the cause of
i have a list that has a date in it when the record is updated i use a flow to update a due date column. The execution plan is a simple one but it now seems to update every row of the list and not just the row that was updated
- When exisitng item is modified
- Compose - with a formula in the input as follows
addDays(FormatDatetime(triggerBody()?['DateCompleted'],'MM-dd-yyyy'),int(triggerBody()?['Period']),'yyyy-MM-dd')
- update item with the output (i have the ID in and teh date filed set for the output
The problem is it now seems to be running thousands of time every time someone updates and is updating every row in the list and not just the row that was updated and i cant see why
How can i make it only update the row that was modified and not all rows in the list
any suggestions would be appreciated