Skip to content

Commit e067556

Browse files
authored
Merge pull request #4193 from segmentio/bobbyatsegment-patch-1
Add FAQ & Troubleshooting section to Destination Actions docs
2 parents 1df20d4 + 5faca61 commit e067556

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/connections/destinations/actions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,13 @@ You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY
180180
> - You need to filter data from multiple types of call (for example, Track, Page, and Identify calls)
181181
>
182182
> If your use case does not match these criteria, you might benefit from using Mapping-level Triggers to match only certain events.
183+
184+
## FAQ & Troubleshooting
185+
186+
### Validation error when using the Event Tester
187+
188+
When you send an event with an actions destination Event Tester that doesn't match the trigger of any configured and enabled mappings, you'll see an error message that states, *You may not have any subscriptions that match this event.* To resolve the error, create a mapping with a trigger to handle the event being tested, or update the test event's payload to match the trigger of any existing mappings.
189+
190+
### Multiple mappings triggered by the same event
191+
192+
When the same event triggers multiple mappings, a request will be generated for each mapping that's configured to trigger on an event. For example, for the *Subscription Updated* event, if two mappings are enabled and both have conditions defined to trigger on the *Subscription Updated* event, the two requests will be generated and sent to the destination for each *Subscription Updated* event.

0 commit comments

Comments
 (0)