Skip to content

Commit d6c4e8a

Browse files
authored
Merge pull request #5047 from segmentio/spencerattick-patch-4
Insert Functions behavior with Actions destinations
2 parents fe17a9b + 6819768 commit d6c4e8a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ No, destination insert functions are currently available as cloud-mode destinati
301301

302302
If you are a partner, looking to publish your destination and distribute your app through Segment catalog, visit the [Developer Center](https://segment.com/partners/developer-center/){:target="_blank"} and check out the Segment [partner docs](/docs/partners/).
303303

304+
##### Are there any nuances to consider in using Insert Functions with Actions destinations?
305+
306+
Yes. Without Insert Functions enabled, a single event could trigger multiple mappings. With Insert Functions enabled, though, events only trigger one Actions mapping, even if more than one mapping is set up to run when a particular event is seen.
307+
304308

305309
{% comment %}
306310

@@ -354,4 +358,4 @@ DELETE deleteInsertFunction(fn_id)
354358

355359
For more information, visit Segment's [Public API docs](https://docs.segmentapis.com/tag/Functions){:target="_blank"}.
356360

357-
{% endcomment %}
361+
{% endcomment %}

0 commit comments

Comments
 (0)