Skip to content
Merged
Changes from all commits
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, you can connect an insert function to multiple destinations.

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

No, you can only connect one insert function to a destination.

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

Expand Down
Loading