Skip to content

Commit 3f31cad

Browse files
authored
Update destination-functions.md
1 parent d360f07 commit 3f31cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/destination-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ If you're sending your batch to an external service, the execution time of the f
434434
{% include content/ip-allowlist.md %}
435435

436436
##### Can I use a Destination Function to send data to another Segment source?
437-
Sure! If you do this, please remove the `messageId` and the `writeKey` from the payload in your Function code. Leaving either field on your payload will cause unexpected behavior that may cause your event to be delivered to the wrong source or to not be delivered at all.
437+
Yes, to do so, remove the `messageId` and the `writeKey` from the payload in your Function code. Leaving either field on your payload will cause unexpected behavior that may cause your event to be delivered to the wrong source or to not be delivered at all.
438438

439439
##### Can I view console.log() outputs in Destination Functions?
440440

0 commit comments

Comments
 (0)