I have a Contract list inside SharePoint online and it has an automate flow that get triggered when an Item is Created or Modified. the flow will update some external lists and send email notifications. Yesterday i wanted to test a manual flow which will do mass updates on the Contract list (which currently has 350 items), so i disabled the automate flow first to avoid sending mass email notifications, and i run the manual flow to update the contract items, then after the manual flow finished, i waited for around 1/2 hour, then i re-enable the automated flow, but it got triggered 350 times.. so why this happened and how i can avoid this when i want to do the mass update on PROD?? How i can completly disable an automated flow?
Thanks