Hello,
I need some help with a flow I am working on. What I am doing is I am capturing responses from a form and then creating a sharepoint list and Sales Force entries with the information from the form. In order to avoid duplicate accounts for companies though I have flows set up to check against the sales force "Accounts" information. What I need to do is configure the flow to move on and stop checking the rest of the records after getting a yes response.

So here it is scanning through all 400+ records from our sales force account to find a match for the company name from the form response. Once it gets a "yes" that there is a match then I want it to stop checking the rest of the records and move on to the next step in the flow. If it scans all of the records and gets a no from each of them then it should follow the no path.
Please help