Sometimes you may notice two or more tasks created from the same form entry. This usually happens because multiple feeds are running at once or conditional logic is overlapping.
Why It Happens #
- Multiple feeds are active on the same form, and both are set to trigger for the same submission.
- Overlapping conditional logic means two feeds are unintentionally matching the same entry.
What To Do #
- Check your feeds for the form. All feeds without conditional logic will run every time, so see if more than one feed is configured to run on the same trigger.
- Review conditional logic. Make sure only one feed is set to run for a given entry scenario.
- Disable or adjust extra feeds if you only want a single task created.
- Test submissions after changes to confirm only one task is created.