How to pass params to parent query from within a module

I'm trying to create a generic module that adds a list of users to "someplace". My module has multiselect-listbox with a list of users. When the user press add, it should trigger the query passed as input but this query needs a list of ids in this case is the list selected.

it's like call a parent component function (passed as props) with params in react

Hi @gabiras12! It sounds like you're trying to trigger a query after selecting something from a multi-select list, is that correct? Could you share a screenshot or screen recording of how you're setting this up? This will give me a better understanding of how I can help. :slightly_smiling_face: