Hello,
I have a domain model with exam entity and question entity where many questions can associate with one exam. I have a way of creating questions in an exam, but what I hoped to do next was create a question pool, where I can multi-select unassociated questions in a data grid to associate with an existing exam.
So I imagined a drop down choice of an exam to select and then a multi-select of questions on the page, and then being able to press a button to pass the selected exam and list of selected questions to a microflow to associate the questions with the exam.
I think the microflow will have to accept two input paramaters (the exam and the list of questions) but I can't see a way of passing both an exam and list of questions from a page. I can only see how to pass one parameter.
Please does anyone know a way of achieving this, if it is possible in Mendix?
Thanks,
Alex