Scenario called 200 operations to Make Module

My scenario just initiated 200 operations to the Make module when it should have only done one. The only thing I found that may be weird is I wasn’t checking the input email was a valid email format so that variable was “ak@”.

What would cause this to happen?

The scenario searches for an existing lead in Salesforce and based on the data it routes through one of 3 potential Salesforce funnels. Then it will execute the 4th route to call another Make scenario, passing through input variables.

You have no filter set up for the route with the make module, so all the bundles will pass this route. Did your “Search for existing Lead” (Module 10) maybe return many results?

Yes, sorry I should have come back and updated this ticket. What happened is the search had a limit of 200 and returned 200 results when I only wanted 1. Changing this to 1 solved my problem. It was right in my face and I missed it.

1 Like