How to handle multiple selected data into a microflow

0
Hello,   I have this kind of scenario.  I have a grid with all the data in it.  Then I have to pick only some lines and I have also a button.  If i will click this button, it will change a value of its attribute.   My questions is, how would I transfer the selected data and process it into the microflow? What could be the parameters in there?   Thanks!    
asked
2 answers
1

You can use data grid2 latest widget got multi select functionality. 

However, in case u wanna use list view u can have an on click microflow through which u will select the rows... Have a Boolean attribute set on on click microflow.. now retrieve entire list and filter based on the Boolean.. this will give you the required data 

answered
0

Hi John,

For your Scenario the parameter will be a list

answered