Hi,
At TeamworkIQ we’re creating our first Instant Trigger. This trigger is returning a set of items it fetches from our server. Each of the item returned has a uniq id property, but calling the webhook that triggers the zap more than one time will continue to run the next steps with all of the items in the result, it is not filtering out those that have been seen in a previous execution by the id.
The perform operation of this trigger is actually shared with another Poll Trigger in our Integration, so we could test the same trigger in both Poll and Instant types, and receiving the same results.