Feature to create 'flow interactions’. Meaning interactions that are only active within a specified flow. If no flow is specified, the interaction behaves as it currently does.
This feature would allow to assign different actions to the same element (e.g., a button) depending on the active flow.
For example:
- In Flow A, clicking a button navigates to Page A.
- In Flow B, clicking the same button navigates to Page B.
Would help for:
- Easily compare different user journeys without duplicating frames or creating multiple prototypes
- Reduces clutter by eliminating the need for separate copies of the same element or screen for different flows
- Supports more complex, context-aware prototyping scenarios