Forum Discussion
MARCEL MEDINA
Jul 31, 2017Copper Contributor
MS Flow issue - Events Item Created and Modified are triggered at the same time
Hi, I have created 2 flows for an OOTB SharePoint List, one that is triggered when an item is added (created), and the other for when the item is updated (modified). In a weird manner, both a...
Jul 31, 2017
Hi MARCEL MEDINA,
You could try to chnage the flow that is triggered by the change of the item. Try adding a Condition Step whcih compares Created with Modified. If they are not equal then run the flow and otherwise do nothing.
- MARCEL MEDINAJul 31, 2017Copper Contributor
Thanks. That did the trick. :)