How Find Event Works
Search for specific events related to the current user to gather additional context for your workflow. This action looks through the user’s event history to find relevant events that can inform subsequent actions.Configuration
Inputs
The name of the event type to search for. Examples:
purchase_completed
, feature_used
, page_viewed
.Outputs
The found event data that matches the search criteria.
Use Cases
Behavior AnalysisBest Practices
Efficient Event Queries- Use specific event names to reduce search scope
- Apply appropriate query conditions to filter results
- Consider the performance impact of broad searches
- Use found event data to personalize subsequent actions
- Consider what happens when no matching events are found
- Combine multiple Find Event actions for complex analysis
- Be mindful of data retention policies
- Use appropriate selection strategies based on use case
- Monitor query performance and adjust conditions as needed