Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,11 @@ Insert Functions are only supported by Cloud Mode (server-side) destinations and

##### Can I connect an insert function to multiple destinations?

Yes, an insert function can be connected to multiple destinations.
Yes, an insert function can be connected to multiple destinations.

##### Can I connect multiple insert functions to one destination?

No, a destination can have only one insert function connected to it at any given time.

##### Can I have destination filters and a destination insert function in the same connection?

Expand Down