Datagrid 2 -> Selection Multi -> Checkbox -> Get selected rows

0
Hi, how can I get list of selected rows from datagrid 2 through selected checkboxes?
asked
4 answers
2

Hi Igor

 

Your data grid 2 should have an area which looks like this:

image.png

 

If you add microflow button to this area which has a parameter of a list of the objects you are trying to put through, you are passing along the list you have selected. More information about the data grid 2 can be found here: https://docs.mendix.com/appstore/modules/data-grid-2/

I hope this helps!

answered
0

That process ignore checked rows, It gave me whole list. Look here is my list and microflow:List.PNG

MiFl.PNG

answered
0

OK, thank you, list is in parameter

answered
0

Hello, I have another problem with parameter. I would like use it as return value for microflow and this microflow as data source for list view. But I have that error (picture). How can I do it? Where is the problem?3.PNG

answered