NodesTriggers
History Change
Starts a flow when the URL changes in a single-page application.
Triggers
Use this for SPA page views when the browser URL changes without a full page reload.
When to use it
- Track virtual pageviews in React, Next.js, or Vue apps.
- Run logic on route changes.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
eventName eventName | string | Optional | Event name (pre-populated) |
oncePerPage oncePerPage | boolean | Optional | Fire only once per page |
Common mistakes
- It depends on application settings being enabled.
- Use a clear event name if multiple flows listen to history changes.