Skip to content

Commit 4606192

Browse files
authored
Insert functions now supported in event and mapping tester [DOC-1135]
1 parent adac18a commit 4606192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/insert-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ You can manually test your code from the functions editor:
239239
- Error messages display errors surfaced from your function.
240240
- Logs display any messages to console.log() from the function.
241241

242-
> warning ""
243-
> The Event Tester and Mapping Tester don't support Insert Functions. They won't apply an Insert Function, show its impact on your data, or send data through the Insert Function pipeline. Use the Function Tester instead to evaluate how your Insert Function affects your data.
242+
> info ""
243+
> Insert Functions are supported in both the Event Tester and Mapping Tester.
244244
245245
## Save and deploy the destination insert function
246246

0 commit comments

Comments
 (0)