I'm building a somewhat lengthy flow that grabs data from a SharePoint list several times (different ODATA filters each time). After grabbing the list data, it then chews on it before firing off appropriate emails to appropriate people. This scheduled flow has been working for a while.
Now, I have some new functionality I'd like to build into the flow. However, how can I build and test this new functionality without running the entire flow? While testing my new/edited flow bits, I don't want it firing off those emails to people.