I have a case where I want to create a reusable list-component, to use several places across my app.
I want to connect this component to a single runtime data source, and send filtered content to each instance of the component. This isn’t possible today, as I’m missing the “filter” option when binding a data source to a reusable component input parameter, all I have is “All”; “Selected”, “Not Selected” and “Context”
