I’ve built a multi-element group (which serves as a search/drop-down-functionality), and i turned it into a reusable element so i can reuse it all over my app.
In one instance i want things to happen locally based on the users input on the reusable element.
To be more specific: i want to trigger a workflow locally, when a user selects an entry within the reusable element.
How do i do it?