Skip to content

Commit 10feaba

Browse files
Insert Functions behavior with Actions destinations
1 parent 4cf9d79 commit 10feaba

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, it's possible to have two or more mappings that are triggered off of a single event. Due to the way Segment works on the backend, when an Insert Funcion is enabled events will only trigger ONE Actions mapping even if there is more than one mapping 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)