My zap updates leads in Salesforce from a WPForms enquiry form on our website. The process has three steps:
- Trigger on new form entry
- Find Salesforce lead (or create a new one if not found)
- Update Salesforce lead
The second step creates a new lead if one isn't found and I have configured it to set all the same fields as the update step that follows. Therefore, in that scenario the update step is redundant, and actually uses a billable task unnecessarily. How can I stop the zap from running if the Find Salesforce Lead step culminated in the creation of a new record?
Thanks!